So I'm trying to install a Foursquare(API) package onto my emulator, but the installation couldn't complete by saying it MISSING SHARE LIBRARY.
Here's what I did. I followed other's tutorial on the web, and added full path pointing to /tools folder under the sdk to system environmental variables, and then moved the foursquare.apk file into the tools folder, then I run command prompt
-> adb install foursquare.apk
After few seconds, an error message shows in the window: Failure [INSTALL_FAILED_MISSING_SHARED_LIBRARY]
I don't know what the statement means, my AVD is using Platform 2.2, API level 8. Does anyone know what's going on?
Thanks in advance
Here's what I did. I followed other's tutorial on the web, and added full path pointing to /tools folder under the sdk to system environmental variables, and then moved the foursquare.apk file into the tools folder, then I run command prompt
-> adb install foursquare.apk
After few seconds, an error message shows in the window: Failure [INSTALL_FAILED_MISSING_SHARED_LIBRARY]
I don't know what the statement means, my AVD is using Platform 2.2, API level 8. Does anyone know what's going on?
Thanks in advance