"应用程序没有安装"错误在Android [英] "Application not installed" Error on Android

查看:198
本文介绍了"应用程序没有安装"错误在Android的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我开发一个应用程序,我的应用程序安装并运行在模拟器和许多像华硕的Eee Pad,Galaxy Tab的,GALAXY NOTE,HTC ...

I am developing an application and my application is installed and tested successfully on emulator and lots of devices like Asus eee pad, Galaxy tab, Galaxy note, HTC …

但我不能安装它的的Pidion BM-170 与Android 2.3.7,并得到错误应用程序未安装

But I can not install it on Pidion BM-170 with android 2.3.7 and get error "Application not installed"

我测试了此设备上的其他应用程序,他们已成功安装。所以,问题是我的应用程序,该设备的Pidion

I tested other applications on this device and they are installed successfully. So the problem is about my application and this Pidion device.

我已经签署了我的申请。
我已经测试将安卓的installLocation =自动清单中。
我已经测试可调试=虚假和真实的体现。
没有对设备无previous应用。

I have signed my application. I have tested putting android:installLocation="auto" in manifest. I have tested Debuggable=false and true in manifest. There is no previous application on device.

但我仍然得到错误应用程序没有安装。

But I still get error "Application not installed".

我使用这些功能在我的应用

I use these features in my application

<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.SEND_SMS" />
<uses-permission android:name="android.permission.RECEIVE_SMS" />
<uses-permission android:name="android.permission.READ_PHONE_STATE" />
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
<uses-permission android:name="android.permission.ACCESS_MOCK_LOCATION" />
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.BLUETOOTH" />
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
<uses-permission android:name="android.permission.BLUETOOTH_ADMIN" />

为什么我得到这个错误?我该如何解决呢?

Why I get this error? How can I solve it?

推荐答案

也许这设备没有谷歌地图SDK插件库。毕竟,根据设备制造商,它甚至没有的Andr​​oid通常 - 它被描述为可选。他们可能没有授权的谷歌商业应用程序,如Play商店,YouTube,谷歌地图等。如果是这样,你可以不写这依赖于谷歌地图SDK应用插件,将在该设备上运行库。

Perhaps that device does not have the Google Maps SDK add-on library. After all, according to the device manufacturer, it does not even have Android normally -- it is described as "optional". They probably did not license the Google commercial apps, such as Play Store, YouTube, Google Maps, etc. If so, you cannot write apps that rely upon the Google Maps SDK add-on library that will run on that device.

这篇关于&QUOT;应用程序没有安装&QUOT;错误在Android的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆