We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57650d7 commit 1397f34Copy full SHA for 1397f34
1 file changed
src/content/docs/programming_stuff/WebDev/Astro_on_Android_with_Tauri.mdx
@@ -40,7 +40,10 @@ This Guide assumes that you already have an Astro Js Project Setep and you are f
40
2. ### Setup Android Studio
41
- Download and Install [Android Studio](https://developer.android.com/studio)
42
- Extract it into the `/opt/` directory in linux
43
- - run this to setup all your environment variables
+ Extract it into the `/opt/` directory in linux
44
+ ```shell
45
+ sudo tar -xvf ~/Downloads/android-studio-2024.3.1.14-linux.tar.gz -C /opt/
46
+ ```
47
<Tabs synckey="shell" >
48
<TabItem label="Bash" >
49
```shell
0 commit comments