Добавить
Уведомления

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

12+
20 просмотров
2 года назад
12+
20 просмотров
2 года назад

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

, чтобы оставлять комментарии