Добавить
Уведомления

How to Install Android Studio In Ubuntu

Step 1) Install Java Using Below Commands sudo add-apt-repository ppa:webupd8team/java sudo apt-get update sudo apt-get install oracle-java8-installer Step 2) Download the Linux Android Studio from below URL https://developer.android.com/studio/index.html Step 3) Navigate to the Downloaded Path (cd /home/Username/Downloads/FlareGet/Compressed/) and execute the below command sudo unzip android download package name -d /opt Step 4) Navigate to bin with below command cd /opt/android-studio/bin Step 5) Add the to the PATH Environment in Ubuntu export PATH=$PATH:/opt/android-studio/bin/ /studio.sh Step 6) Create the Desktop icon cd ~/.local/share/share/applications cat ﹥ androidstudio.desktop [Desktop Entry] Version=2.3.3 Type=Application Name=Android Studio Exec="/opt/android-studio/bin/studio.sh" %f Icon=/opt/android-studio/bin/studio.png Categories=Development;IDE; Terminal=falsecp chmo StartupNotify=true StartupWMClass=android-studio Stpe 7) To Verify that file is create successfully cat androidstudio.desktop Stpe 8) cp androidstudio.desktop /home/Username/Desktop/ Step 9) Navigate to Desktp (/home/Username/Desktop/)

Иконка канала Java Гуру
2 подписчика
12+
14 просмотров
2 года назад
5 декабря 2023 г.
12+
14 просмотров
2 года назад
5 декабря 2023 г.

Step 1) Install Java Using Below Commands sudo add-apt-repository ppa:webupd8team/java sudo apt-get update sudo apt-get install oracle-java8-installer Step 2) Download the Linux Android Studio from below URL https://developer.android.com/studio/index.html Step 3) Navigate to the Downloaded Path (cd /home/Username/Downloads/FlareGet/Compressed/) and execute the below command sudo unzip android download package name -d /opt Step 4) Navigate to bin with below command cd /opt/android-studio/bin Step 5) Add the to the PATH Environment in Ubuntu export PATH=$PATH:/opt/android-studio/bin/ /studio.sh Step 6) Create the Desktop icon cd ~/.local/share/share/applications cat ﹥ androidstudio.desktop [Desktop Entry] Version=2.3.3 Type=Application Name=Android Studio Exec="/opt/android-studio/bin/studio.sh" %f Icon=/opt/android-studio/bin/studio.png Categories=Development;IDE; Terminal=falsecp chmo StartupNotify=true StartupWMClass=android-studio Stpe 7) To Verify that file is create successfully cat androidstudio.desktop Stpe 8) cp androidstudio.desktop /home/Username/Desktop/ Step 9) Navigate to Desktp (/home/Username/Desktop/)

, чтобы оставлять комментарии