[Message] Failure [INSTALL_FAILED_MISSING_SHARED_LIBRARY]
- I trid to set up a some apk at the console window.
but file try to setup at android-emulator adb install
[In My Case]
Apk file is maded by Google Api,
but devices is Android Api.
[Solution]
1) at the cmd promt window, check the devices.
c:\....\sdk\platform-tools\adb> adb devices
2) if your device is alive, check the api version of the devices.
-> if your setup apk file is maded by Google Api,
your devices is also supported Google Api.