Skip to content

Commit e2bd03b

Browse files
fix(style): remove pointer symbol, and it plain text
1 parent 1397f34 commit e2bd03b

1 file changed

Lines changed: 10 additions & 9 deletions

File tree

src/content/docs/programming_stuff/WebDev/Astro_on_Android_with_Tauri.mdx

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@ This Guide assumes that you already have an Astro Js Project Setep and you are f
3838
</Tabs>
3939

4040
2. ### Setup Android Studio
41-
- Download and Install [Android Studio](https://developer.android.com/studio)
42-
- Extract it into the `/opt/` directory in linux
41+
Download and Install [Android Studio](https://developer.android.com/studio)
4342
Extract it into the `/opt/` directory in linux
4443
```shell
4544
sudo tar -xvf ~/Downloads/android-studio-2024.3.1.14-linux.tar.gz -C /opt/
4645
```
46+
run this to setup all your environment variables
4747
<Tabs synckey="shell" >
4848
<TabItem label="Bash" >
4949
```shell
@@ -67,14 +67,15 @@ This Guide assumes that you already have an Astro Js Project Setep and you are f
6767
```shell
6868
studio
6969
```
70-
- Open up SDK Manager from `More Action > SDK Manager` and install the following:
71-
1. `SDK Platforms > Android <version> ("<Code>")` (Adnroid 10.0 ("Q") will work)
72-
2. `SDK Tools > Android SDK Build-Tools <version>`
73-
3. `SDK Tools > NDK (Side by side)`
74-
4. `SDK Tools > Android SDK Command-line Tools (latest) `
75-
5. `SDK Tools > Android SDK Platform Tools `
70+
71+
Open up SDK Manager from `More Action > SDK Manager` and install the following:
72+
1. `SDK Platforms > Android <version> ("<Code>")` (Adnroid 10.0 ("Q") will work)
73+
2. `SDK Tools > Android SDK Build-Tools <version>`
74+
3. `SDK Tools > NDK (Side by side)`
75+
4. `SDK Tools > Android SDK Command-line Tools (latest) `
76+
5. `SDK Tools > Android SDK Platform Tools `
7677

77-
- Now, Add `Android Studio` as an Desktop Application that shows up in App Selection Menues Across the OS
78+
Now, Add `Android Studio` as an Desktop Application that shows up in App Selection Menues Across the OS
7879
```shell
7980
# Step 1: Create the desktop entry directory if it doesn't exist
8081
mkdir -p ~/.local/share/applications

0 commit comments

Comments
 (0)