Updated 22 December 2016
In this blog,
We have shown you how to install any external app to the android emulator in Android.
First of all Execute the emulator.
Linex:
You have to follow the below steps,
./adb install demo.apk
Windows:
Follow the steps if you want to do installation in windows,
adb install C:\Users\Name\AndroidProjects\build\demo.apk
If you have more details or questions, you can reply to the received confirmation email.
Back to Home
4 comments
* daemon not running; starting now at tcp:5037
* daemon started successfully
error: no devices/emulators found
Performing Push Install
adb: error: failed to get feature set: no devices/emulators found
Is your emulator device running when you are getting this error?
The error clearly states that adb is not able to connect to any of the devices/emulators.
Please make sure that your emulator is in the running state.