OPERATING SYSTEMSOS Linux

How to download apk files on chrome OS using linux adb

My discord server: https://discord.gg/q2EseNjwvR

1. sudo apt-get update && sudo apt-get upgrade -y
2. sudo apt-get install android-tools-adb -y
3. adb connect 100.115.92.2:5555
4. adb start-server (if you have issues with commands 5 and 6)
5. adb install (your apk name).apk
6. adb -s emulator-5554 install (your apk name).apk

source

by Simon’s Tech Hacks

linux download

7 thoughts on “How to download apk files on chrome OS using linux adb

  • the develop android apps in linux development environment! What should i do? Help me please!

  • the third code dosen't work for me and i did nothing wrong

  • can u make another one i cant access develop apps anymore

  • bro is a genius, noone else told me to wait for the adb window.
    no wonder it didn't work the first time

Comments are closed.