[android-developers] Re: INSTALL_FAILED_MISSING_SHARED_LIBRARY on Galaxy tab with SprintTwinCamDevice Library

2011-03-23 Thread FrankG
Hi "john_rambo" I would suggest simply try any android ndk example, where a method from a shared lib is called and you will see where exactly you need to put the shared lib in your apk. Or see this link i.e. http://developer.android.com/sdk/ndk/index.html Shared Libs must be under /libs/ i.e. /

[android-developers] Re: INSTALL_FAILED_MISSING_SHARED_LIBRARY

2011-01-06 Thread Leon Moreyn-Android Development
Try using different target version. On Jan 5, 8:28 am, Nitilaksha wrote: > Hello , > > **I was getting this error initialy when i tried to use google map > api** > > [2011-01-05 18:01:40 - GApp_Map] -- > [2011-01-05 18:01:40 - GApp_Map] Android Launch! > [2011-01-05 18

[android-developers] Re: INSTALL_FAILED_MISSING_SHARED_LIBRARY

2009-11-02 Thread Walles
The device you're running on must have the Google API things installed, make sure the AVD description says something about Google. AVD setup is described here: http://developer.android.com/guide/developing/tools/avd.html Try reading the blue box at the top of http://developer.android.com/guide/t