简体   繁体   English

无法在设备上安装App。 (使用地图API)

[英]Failed to install App on device. (with maps api)

I get this error when i try to install my app from eclipse on my htc magic. 当我尝试从htc magic上的Eclipse安装我的应用程序时出现此错误。

Installation error: INSTALL_FAILED_MISSING_SHARED_LIBRARY Please check logcat output for more details. 安装错误:INSTALL_FAILED_MISSING_SHARED_LIBRARY请检查logcat输出以获取更多详细信息。 Launch canceled! 启动取消!

Logcat says: at.tomtasche.altitude requires unavailable shared library com.google.android.maps; Logcat说:at.tomtasche.altitude需要不可用的共享库com.google.android.maps; failing! 失败!

I developed an app with google maps before and there it works fine. 我之前用Google Maps开发了一个应用程序,并且运行良好。 And yes i have the 是的,我有

uses-library android:name="com.google.android.maps" Uses-library android:name =“ com.google.android.maps”

in the application tag of my manifest. 在清单的应用标签中。 It also works in the emulator, just my device dont install it. 它也可以在模拟器中工作,只是我的设备没有安装它。

Try this sample Google Maps project. 试试这个示例Google Maps项目。 If it gives the same symptoms, then your phone does not support Google Maps properly. 如果出现相同的症状,则说明您的手机不正确支持Google Maps。

OTOH, if the sample project works, then you can perhaps identify what the differences are that are causing it to work and your project not. OTOH,如果样例项目可行,那么您也许可以确定导致项目正常运行的差异而项目无法正常运行。

暂无
暂无

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

相关问题 应用程序与您的设备不兼容。所有设备 - App not compatible with your device. ALL devices 奇怪的问题-Android应用在某些设备上崩溃。 为什么? - weird issue - android app crashes at some of the device. why is it? 我正在使用Google map api V2 Play服务库(也包括),但是模拟器和设备上的应用程序都崩溃了。 这是我的代码 - I am using Google map api V2 Play services lib also include.But app crash on both emulater and device. Here is my code 无法在真实设备上安装APK - Failed to install apk on real device 包含3.x API类签名的代码不会在2.x设备上崩溃。 为什么? - Code containing 3.x API class signature doesn't crush on a 2.x device. Why? 无法在真实设备上运行appium脚本。 收到错误的应用错误 - Not able to run appium script on real device. getting a bad app error 无法注册设备。 错误500 - Can't enroll device. Error 500 错误“未在Android设备上安装应用程序。” - error “application not installed on android device.” 我的Android应用程序与巨大的MS Access数据库的Ucanaccess连接在Android设备上占用了太多的堆空间。 任何替代品? - Ucanaccess connection of my Android app with a huge MS Access database is taking too much heap space on Android device. Any alternatives? 我正在将我的Android手机与API 15用作测试设备。 我尝试运行此应用程序,但在加载后它就停止在我的设备上运行 - I am using my android phone with API 15 as a testing device. I try to run this application and it'stops running on my device just after it's loaded
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM