Posts

Showing posts from November, 2020

HOW TO INSTALL MINE CRAFT APK ON A CHROMEBOOK

  **please note** you have to watch my previous video on how to install apk files on a chromebook for this to work. link here:  https://youtu.be/LtXaA5C9ZCs command used:     adb install .apk apk site: click here this will take you directly to the download button. PLEASE FOLLOW MY BLOG CHANNEL

How to Install APK files on a Chromebook without Developer Mode.

Image
  Attention My channel was recently *terminated* by YouTube, so please go subscribe to my new channel: https://youtube.com/channel/UC_unH9jk9eqI5xx0gbopSGQ                                         For Commands look here: 1. sudo apt-get insta ll android-tools-adb or sudo apt install adb 2. adb connect 100.115.92.2:5555 or adb connect arc 3. adb install .apk ----- (if this command says "more than on device emulator" use this to install the apk file instead) --- "" adb -s emulator-5554 install .apk ""    solutions to some problems if your Chromebook is at *9* it will still work if the second and third command is not working try this:   click here *if the second command doesn't work: go check if you enabled adb debugging * the one in the linux setting *       ...