Steps:
- First, setup the Buildroid for VirtualBox.
- Download the adb tool and extract it.
- Start the Android on VirtualBox.
- Locate the extracted adb folder, press and hold Shift key + right click on the adb folder. Click "Open command window here".
- On the command window, type adb connect localhost
- You have the adb tool connected with the Android VM. You may now enter the install command to install your apk application. The adb install command should be like this for example: adb install \apps.apk
- If you see Success message, you will see the app is already installed on Android VM. If you encounter error message "error: more than one device or emulator", see how to solve it.
This is all I get
ReplyDeleteWhen I connect using adb, it says connected to localhost:5555 but then when I try to install the .apk, it says error:no device found
ReplyDeleteEnter adb devices and see what is the output you get?
ReplyDelete