Skip to content

Commit 1397f34

Browse files
feat: add extract command for android studio
1 parent 57650d7 commit 1397f34

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,10 @@ This Guide assumes that you already have an Astro Js Project Setep and you are f
4040
2. ### Setup Android Studio
4141
- Download and Install [Android Studio](https://developer.android.com/studio)
4242
- Extract it into the `/opt/` directory in linux
43-
- run this to setup all your environment variables
43+
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+
```
4447
<Tabs synckey="shell" >
4548
<TabItem label="Bash" >
4649
```shell

0 commit comments

Comments
 (0)