Hi I am creating an MAPActivity, for which i have put google android-sdk-windows\add-ons\addon_google_apis_google_inc_8\libs\maps.jar in the build path. I have changed AndroidManifest.xml from 7 to <uses-sdk android:minSdkVersion =*"8"* />
I am getting the following Error [2011-09-20 16:43:35 - EVSEAndroid] Installation error: INSTALL_FAILED_MISSING_SHARED_LIBRARY [2011-09-20 16:43:35 - EVSEAndroid] Please check logcat output for more details. [2011-09-20 16:43:35 - EVSEAndroid] Launch canceled! 09-20 16:42:46.197: ERROR/Zygote(32): setreuid() failed. errno: 2 09-20 16:42:54.508: ERROR/Zygote(32): setreuid() failed. errno: 17 09-20 16:42:56.697: ERROR/BatteryService(58): usbOnlinePath not found 09-20 16:42:56.697: ERROR/BatteryService(58): batteryVoltagePath not found 09-20 16:42:56.697: ERROR/BatteryService(58): batteryTemperaturePath not found 09-20 16:42:56.717: ERROR/SurfaceFlinger(58): Couldn't open /sys/power/wait_for_fb_sleep or /sys/power/wait_for_fb_wake 09-20 16:43:03.887: ERROR/EventHub(58): could not get driver version for /dev/input/mouse0, Not a typewriter 09-20 16:43:03.887: ERROR/EventHub(58): could not get driver version for /dev/input/mice, Not a typewriter 09-20 16:43:04.148: ERROR/System(58): Failure starting core service 09-20 16:43:04.148: ERROR/System(58): java.lang.SecurityException 09-20 16:43:04.148: ERROR/System(58): at android.os.BinderProxy.transact(Native Method) 09-20 16:43:04.148: ERROR/System(58): at android.os.ServiceManagerProxy.addService(ServiceManagerNative.java:146) 09-20 16:43:04.148: ERROR/System(58): at android.os.ServiceManager.addService(ServiceManager.java:72) 09-20 16:43:04.148: ERROR/System(58): at com.android.server.ServerThread.run(SystemServer.java:184) 09-20 16:43:05.367: ERROR/SoundPool(58): error loading /system/media/audio/ui/Effect_Tick.ogg 09-20 16:43:05.387: ERROR/SoundPool(58): error loading /system/media/audio/ui/KeypressStandard.ogg 09-20 16:43:05.398: ERROR/SoundPool(58): error loading /system/media/audio/ui/KeypressSpacebar.ogg 09-20 16:43:05.408: ERROR/SoundPool(58): error loading /system/media/audio/ui/KeypressDelete.ogg 09-20 16:43:05.408: ERROR/SoundPool(58): error loading /system/media/audio/ui/KeypressReturn.ogg 09-20 16:43:07.687: ERROR/ThrottleService(58): Could not open GPS configuration file /etc/gps.conf 09-20 16:43:09.168: ERROR/logwrapper(148): executing /system/bin/tc failed: No such file or directory 09-20 16:43:09.217: ERROR/logwrapper(149): executing /system/bin/tc failed: No such file or directory 09-20 16:43:09.316: ERROR/logwrapper(150): executing /system/bin/tc failed: No such file or directory 09-20 16:43:23.667: ERROR/HierarchicalStateMachine(58): TetherMaster - unhandledMessage: msg.what=3 09-20 16:43:34.966: ERROR/PackageManager(58): Package com.ge requires unavailable shared library com.google.android.maps; failing! -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

