- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我下载了一个 Android map 应用程序,并尝试成功运行该应用程序。然而,当我构建并运行时,我在这里遇到了错误。
--my manifest file
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.shawnbe.mallfinder"
android:versionCode="1"
android:versionName="1.0" >
<uses-sdk android:minSdkVersion="7" />
<application
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
android:theme="@android:style/Theme.NoTitleBar">
<activity
android:label="@string/app_name"
android:name=".MallFinderActivity" >
<intent-filter >
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<uses-library android:required="true" android:name="com.google.android.maps" />
</application>
<uses-feature android:name="android.hardware.location.gps"/>
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/>
<uses-permission android:name="android.permission.INTERNET"/>
</manifest>
//logcat error
08-04 16:55:34.492: E/PackageManager(59): Package com.shawnbe.mallfinder requires unavailable shared library com.google.android.maps; failing!
08-04 16:55:34.492: W/PackageManager(59): Package couldn't be installed in /data/app/com.shawnbe.mallfinder.apk
[2012-08-04 12:00:34 - com.shawnbe.mallfinder.MallFinderActivity] ------------------------------
[2012-08-04 12:00:34 - com.shawnbe.mallfinder.MallFinderActivity] Android Launch!
[2012-08-04 12:00:34 - com.shawnbe.mallfinder.MallFinderActivity] adb is running normally.
[2012-08-04 12:00:34 - com.shawnbe.mallfinder.MallFinderActivity] Performing com.shawnbe.mallfinder.MallFinderActivity activity launch
[2012-08-04 12:00:34 - com.shawnbe.mallfinder.MallFinderActivity] Automatic Target Mode: using existing emulator 'emulator-5554' running compatible AVD 'MAPAPP1'
[2012-08-04 12:00:34 - com.shawnbe.mallfinder.MallFinderActivity] Uploading com.shawnbe.mallfinder.MallFinderActivity.apk onto device 'emulator-5554'
[2012-08-04 12:00:35 - com.shawnbe.mallfinder.MallFinderActivity] Installing com.shawnbe.mallfinder.MallFinderActivity.apk...
[2012-08-04 12:00:37 - com.shawnbe.mallfinder.MallFinderActivity] Installation error: INSTALL_FAILED_MISSING_SHARED_LIBRARY
[2012-08-04 12:00:37 - com.shawnbe.mallfinder.MallFinderActivity] Please check logcat output for more details.
[2012-08-04 12:00:37 - com.shawnbe.mallfinder.MallFinderActivity] Launch canceled!
最佳答案
您的模拟器 AVD 没有 Google map 。创建一个模拟器 AVD,其“目标”名称中包含“Google API (Google Inc.)”。
关于Java安装错误: INSTALL_FAILED_MISSING_SHARED_LIBRARY maps,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11810939/
你好我已经在 Google Api 级别 7 中制作了应用程序,并且在使用 Google API 7 的模拟器中正常运行。我很困惑,如果我在没有 Google API 的情况下在 Api 级别 7 中
这个问题来自于使用 Android 3.1 的 snmp4android.jar [2013-04-08 14:42:25 - ControlloGiardinoWG] Installation er
我有一个 map 应用程序。我想将它安装在没有可用 map 库的设备上。我不能在应用程序中刻录吗。 最佳答案 不,除非您是盗版者,否则您不能“在应用程序中刻录”。 Google map 是由设备制
我遇到了错误 More than one file was found with OS independent path 'lib/x86_64/libopencv_java3.so'. If you
我是编程新手,请给我一些帮助!我的应用程序在每次更新后都安装成功,直到我决定将“com.github.PhilJay:MPAndroidChart:v3.1.0-alpha”库添加到应用程序中,因为我
我下载了一个 Android map 应用程序,并尝试成功运行该应用程序。然而,当我构建并运行时,我在这里遇到了错误。 --my manifest file
所以我正在开发一个实现 Caldroid 库的 Android 应用程序。起初,当我尝试构建应用程序时,出现了 DexException。我通过从 Syncc/app/build/exploded-a
我正在接管一个项目,并尝试在 Android 模拟器中启动它。我在 Logcat 中收到以下错误: 11-11 06:21:42.215: ERROR/PackageManager(58): 包 co
我是 android 应用程序开发的新手,我想使用 android studio 开发一个示例 map 应用程序 我遵循了 http://android.rzeszow.net/?p=79 中的教程代
[2010-03-04 11:50:15 - AndroidSamples]安装错误:INSTALL_FAILED_MISSING_SHARED_LIBRARY 当我使用 ..
"Installation error: INSTALL_FAILED_MISSING_SHARED_LIBRARY Please check logcat output for more detai
我通过命令行使用 adb 安装方法收到失败 [INSTALL_FAILED_MISSING_SHARED_LIBRARY]。当我将 ARM(armeabi-v7a) CPU 与 Google API
我正在尝试为 Android 开发一个应用程序。当我尝试运行它时,我在控制台中得到了这个: [2012-05-16 11:49:52 - LDAPLookUp] Installatio
我正在 android 中开发一个基于检测用户位置并显示他周围地点的小应用程序。 我开发了应用程序,但现在我想在 Genymotion 模拟器中试用它。 我发现 Genymotion 模拟器已经安装了
我正在制作一个引用 Linphone 应用程序的应用程序。我正在从 linphone 中的服务向我的应用程序发送一个 Intent 。 我在模拟器(Android 和 Google API)上安装了
我正在尝试在我的 Kindle Fire 上运行 Android SDK (Google API 10) 附带的演示 android map 项目 (MapsDemo),但它在安装应用程序时抛出此异常
我正在按照 Hello MapView 中的说明尝试使用 Android map . 我添加了 在 list 中,我正在针对“Google API”目标进行构建,该目标声称是 API 版本 7。 所以
简而言之,我想知道应用程序的 android list 中是否需要“uses-library”标签才能将另一个 Eclipse 项目用作库。 我的问题与找到的问题相似 here ,我正在寻找一些额外的
当我尝试运行使用 Google API 的 android 应用程序时,我收到以下错误 [2009-07-11 11:46:43 - FirstMapView] Installation error:
我一直在关注有关谷歌地图的教程,这是一个非常基本的教程http://umut.tekguc.info/en/content/google-android-map-v2-step-step ,我无法在模
我是一名优秀的程序员,十分优秀!