Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- This is a preinstalled debian-linux distro with android studio.You can really create your own applications and many projects from github and others.
- Before you install it , disable phantom process killer.Watch from here.
- https://youtu.be/UxmQSETvAOc
- echo "killall pulseaudio &>/dev/null" >>~/.zshrc
- echo "pulseaudio --start --exit-idle-time=-1; pacmd load-module module-native-protocol-tcp auth-ip-acl=127.0.0.1 auth-anonymous=1" >>~/.zshrc
- pkg up -y && pkg i -y x11-repo && pkg i -y proot-distro pulseaudio termux-x11-nightly
- termux-setup-storage
- proot-distro restore /sdcard/download/debian.tar.xz
- Before login to proot,start termux-x11 first.
- termux-x11 :1
- Then,open another session & login
- proot-distro login debian --shared-tmp
- Then
- export PULSE_SERVER=127.0.0.1;env DISPLAY=:1 dbus-launch --exit-with-session xfce4-session
- OR
- tm-x11
- If you want to install android-studio manually,use debian or kali.Then install desktop-gui and download android-studio.
- apt update && apt install -y apt-utils;apt install -y nano dialog xfce4 xfce4-goodies default-jtk
- #Download Android Studio
- https://www.androiddevtools.cn/android-studio
- Then unzip android-studio to ~/
- Now you can start android-studio
- bash ~/android-studio/bin/studio.sh
- #Notic
- To use Android Studio,You must set Gradle's home or you will get errors
- Examples
- export ANDROID_SDK_ROOT=$HOME/android-sdk
- export GRADLE_USER_HOME=$HOME/.gradle
- export ANDROID_SDK_ROOT=/Users/android/android-sdk-linux export PATH=$PATH:$ANDROID_SDK_ROOT/tools
- #Debian_Android_studio
- https://www.mediafire.com/file/grzre0zxsrwmxkc/debian.tar.xz/file
- #Android_SDK
- https://github.com/AndroidIDEOfficial/androidide-tools/releases/download/sdk/android-sdk.tar.xz
- #Android_Build_Tools(for_termux)
- https://github.com/AndroidIDEOfficial/androidide-tools/releases/download/v33.0.3/build-tools-33.0.3-aarch64.tar.xz
- #Android_Platform_Tools(for_termux)
- https://github.com/AndroidIDEOfficial/androidide-tools/releases/download/v33.0.3/platform-tools-33.0.3-aarch64.tar.xz
- #Android_Command_Line_Tools(for_termux)
- https://github.com/AndroidIDEOfficial/androidide-tools/releases/download/sdk/cmdline-tools.tar.xz
Add Comment
Please, Sign In to add comment