Sep 15, 2024
Install Ubuntu
pkg update and press enter.Y as prompted to update packages.pkg upgrade to install latest packages.Install Ubuntu OS
localhost:1apk updatesudo apk install default-jdkDownload Android Studio
Move and Extract Android Studio
cd downloads/opt folder:
mv AndroidStudio-* /opttar -xzf AndroidStudio-*cd /opt/AndroidStudio/binCreate Shortcut for Android Studio
echo '#!/bin/bash /opt/AndroidStudio/bin/studio.sh' > android-studiochmod +x android-studio./android-studio