简体   繁体   English

我在android中出现以下错误

[英]I am getting following error in android

while using googleMaps i am getting error on console ie 在使用googleMaps时,控制台出现错误,即

Installation error: INSTALL_FAILED_MISSING_SHARED_LIBRARY 安装错误:INSTALL_FAILED_MISSING_SHARED_LIBRARY

please guide me what to do i changed sdk version in manifest file. 请指导我该怎么做我更改清单文件中的sdk版本。

在Android清单文件中指定

<uses-library android:name="com.google.android.maps" />

From Dianne Hackborn (Android Framework Engineer): 来自Dianne Hackborn(Android框架工程师):

You have a <uses-library> line in your manifest for a shared library that is not built into the emulator. 您的清单中有一个<uses-library>行,用于未内置在仿真器中的共享库。 The log will probably tell you more. 该日志可能会告诉您更多信息。

Google is your friend Google是你的朋友

You might be using the incorrect Android API to run the program. 您可能使用了错误的Android API来运行该程序。 To use Maps, you should use Google SDK not Android SDK 要使用地图,您应该使用Google SDK而不是Android SDK

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 我在android studio的Image View中遇到以下错误 - I am getting the following error in Image View in android studio 我的Android Studio项目中出现以下错误 - I am getting following error in my Android Studio Project 在运行android应用程序时,我在控制台中收到以下错误 - while running an android application, i am getting the following error in console 我正在使用http post方法更新android应用程序中的数据库,但出现以下错误 - i am using http post method to update the database in android application but i am getting the following error 我刚刚将Android Studio更新为2.3.1。 我收到以下错误 - I just updated my Android Studio to 2.3.1. I am getting the following error 为什么在 Android Studio 中创建新项目时出现以下错误? - Why am I getting following error while I create a new project in Android studio? 我在android中收到此错误 - I am getting this error in android 我无法从Android Studio中的udacity同步任何项目。每次都会出现以下错误 - I am not able to sync any projects from udacity in Android Studio.I am getting the following error everytime 尝试导入现有的android studio项目时出现以下错误,对此有什么解决方案吗? - I am getting the following error when I am trying to import an existing android studio project.Is there any solution for this? 为什么每次在Android Studio上都会收到以下异常? - Why am I getting the following exception everytime on android studio?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM