APK Apps on Chrome OS – Installation Guide
#APK #Apps #Chrome #Installation #Guide
“Crescent”
How to install APK apps on Chrome os without being in the Dev. Channel.
I report here the commands you should type in the terminal(in order):
1) sudo apt-get install android-tools-adb -y
2) adb connect 100.115.92.2:5555(You might have to allow the USB debugging)
3) adb install *package…
source
