Installation Error Install Failed Missing_shared Library Com.google.android.maps
here for a quick overview of the site Help Center Detailed answers to any questions you might have Meta Discuss the workings and policies of this site About Us Learn more about Stack Overflow the company Business Learn more about hiring developers or posting ads with us Stack Overflow Questions Jobs Documentation Tags Users Badges Ask Question x Dismiss Join the Stack Overflow Community Stack Overflow is a community of 4.7 million programmers, just like you, helping each other. Join them; it only takes a minute: Sign up INSTALL_FAILED_MISSING_SHARED_LIBRARY error in Android up vote 75 down vote favorite 23 When I am trying to run an android application which uses Google API I get the following error [2009-07-11 11:46:43 - FirstMapView] Installation error: INSTALL_FAILED_MISSING_SHARED_LIBRARY [2009-07-11 11:46:43 - FirstMapView] Please check logcat output for more details. [2009-07-11 11:46:44 - FirstMapView] Launch canceled! Can anyone help me solve this error? android google-maps shared-libraries failed-installation share|improve this question edited Jul 23 '13 at 23:59 Chris Morgan 43.8k881133 asked Jul 11 '09 at 6:28 Brijesh Patel 1,316103361 add a comment| 9 Answers 9 active oldest votes up vote 90 down vote accepted To get past INSTALL_FAILED_MISSING_SHARED_LIBRARY error with Google Maps for Android: Install Google map APIs. This can be done in Eclipse Windows/Android SDK and AVD Manager -> Available Packages -> Third Party Add-ons -> Google Inc. -> Google APIs by Google Inc., Android API X From command line create new AVD. This can be done by listing targets (android list targets), then android create avd -n new_avd_api_233 -t "Google Inc.:Google APIs:X" Then create AVD (Android Virtual Device) in Eclipse Windows/Android SDK and AVD Manager -> New... -> (Name: new_avd_X, Target: Google APIs (Google Inc.) - API Level X) IMPORTANT : You must create your AVD with Target as Google APIs (Google Inc.) otherwise it will again failed. Create Android Project in Eclipse File/New/Android Project and select Google APIs Build Target. add
here for a quick overview of the site Help Center Detailed answers to any questions you might have Meta Discuss the workings and policies of this site About Us Learn more about Stack Overflow the company Business Learn more about hiring developers or posting ads with us Stack Overflow Questions Jobs Documentation Tags Users Badges Ask Question x Dismiss Join the Stack Overflow Community Stack Overflow is a community of 4.7 million programmers, just like you, helping each other. Join them; it only takes a minute: Sign up Installation error: INSTALL_FAILED_MISSING_SHARED_LIBRARY up vote 11 down vote favorite 5 "Installation error: http://stackoverflow.com/questions/1113088/install-failed-missing-shared-library-error-in-android INSTALL_FAILED_MISSING_SHARED_LIBRARY Please check logcat output for more details." Problem is: There is no output at all in the LogCat output. Further this is not about some Google Maps library, which most questions here on SO are about[1]: I'm trying to make use of my own library project. my main project has following namespace: net.microtrash.cutoutcam my library project has following namespaces, which I have referenced in the main app's manifest http://stackoverflow.com/questions/8620774/installation-error-install-failed-missing-shared-library file:
Cortex A8 → Allwinner A10 CPU Devices → Ainol - A10 CPU → Ainol Novo 7 Advanced Javascript Disabled Detected You currently have javascript disabled. http://www.slatedroid.com/topic/25334-fixing-the-install-failed-missing-shared-library-error/ Several functions may not work. Please re-enable javascript to access full functionality. https://groups.google.com/d/topic/android-developers/eUbKzSJOwxo Fixing the INSTALL_FAILED_MISSING_SHARED_LIBRARY Error Started by f angeles , Nov 26 2011 12:59 PM Please log in to reply 6 replies to this topic #1 f angeles f angeles Advanced Member Jr. Member 36 posts Posted 26 November 2011 - 12:59 PM Fixing the INSTALL_FAILED_MISSING_SHARED_LIBRARY Error Just found the installation error following solution on another forum. It seems even if you install google maps via market, the following libraries aren't installed. It's up to the vendor to install them .... I have the error for 2 local apps for my country Found the error via adb logcat ===================================================== I found this useful info after googling and checking out these links: [Missing Shared Library installation error install prevents Apps install http://www.slatedroi...-apps-install/] [Missing com.google.android.maps http://www.callum-ma...-android-maps/] Certain apps (such as Flixster "Movies" and "TAMU Mobile") require the Google Maps shared library to be installed for them to install. If this is not setup correctly, you receive the following error when installing some of your apps: Failure [INSTALL_FAILED_MISSING_SHARED_LIBRARY] To set this up correctly, there are 2 key files that need to be copied to the system: com.google.android.maps.xml com.google.android.maps.jar =================== quote from http://nookdevs.com/...Apps_and_Market These files are located in the any of these google app packs: http://android.d3xt3...0120-signed.zip http://goo-inside.me...0120-signed.zip http://android.local...0120-signed.zip After unzipping any of these files, you want to copy the files to your system, like-ah-so: adb remount adb push system/etc/permissions/com.google.android.maps.xml /system/etc/permissions adb push system/framework/com.google.android.maps.jar /system/framework adb reboot After you reboot, the apps will now install ... enjoy! Back to top #2 f angeles f angeles Advanced Member Jr. Member 36 posts Posted 26 November 2011 - 04:37 PM it allows you also to see more apps in the market you must also add android.hardware.camera.flash-autofocus.xml to \system\etc\permissions\ Back to top #3 waldilein waldilein Newbie Jr. Member 1 posts Posted 30 March 2013 - 08:49 AM @f angles
från GoogleLogga inDolda fältSök efter grupper eller meddelanden