>Download and install Termux (best app)
>Open and run the command
This command is very important! You should run it whenever you want to use the Advanced Package Tool or pkg
>Now make sure you have ecj, dx, and dalvikvm by individually running ecj --version, dx --version, dalvikvm --version
>>If you don't have it, it should say 'The program '[tool]' is not installed. Install it by executing:
pkg install [tool]' or '...apt-get install [tool]'
pkg is a newer tool used; I had to use apt-get since I had this app for a long time.
Use whatever it tells you to use
>Open and run the command
apt update && apt upgrade && pkg upgrade
This command is very important! You should run it whenever you want to use the Advanced Package Tool or pkg
>Now make sure you have ecj, dx, and dalvikvm by individually running ecj --version, dx --version, dalvikvm --version
>>If you don't have it, it should say 'The program '[tool]' is not installed. Install it by executing:
pkg install [tool]' or '...apt-get install [tool]'
pkg is a newer tool used; I had to use apt-get since I had this app for a long time.
Use whatever it tells you to use