• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps failure occurs when installing apk on emulator

hakerjack

Lurker
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?:confused:

Thanks in advance
 
Back
Top Bottom