在应用的Andr​​oid 4.0 ICS不安装 [英] Application not installing in android 4.0 ICS

查看:213
本文介绍了在应用的Andr​​oid 4.0 ICS不安装的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

当我尝试在Android 4.0.3操作系统上安装我的申请,我得到以下错误:

When I try to install my application on Android 4.0.3 OS, I get following errors:

09-19 12:31:56.331: W/ActivityManager(107): No content provider found for permission revoke: file:///data/local/tmp/Sample.apk
09-19 12:31:56.340: W/ActivityManager(107): No content provider found for permission revoke: file:///data/local/tmp/Sample.apk
09-19 12:31:56.780: I/PackageManager(107): Running dexopt on: com.src.sample
09-19 12:31:57.060: I/ActivityManager(107): Force stopping package com.src.sample uid=10040

我也试过这在真实设备上,但applciation将无法启动。

I have also tried this on a real device but applciation will not start.

我的应用程序没有启动器图标。

My Application does not have a launcher icon.

AndroidManifest.xml中code:

AndroidManifest.xml code:

<application
android:icon="@drawable/ic_launcher"
android:label="@string/app_name" >
<activity
    android:name=".SettingsScreen"
    android:label="@string/setting_screen"
    android:excludeFromRecents="true"
  >
   <intent-filter>
        <action android:name="android.intent.action.MAIN" />
    </intent-filter>
 </activity>

但这个应用程序成功启动的操作系统版本2.3.3模拟器和真实的设备。

But this application successfully started on OS version 2.3.3 emulator and real device.

推荐答案

很多人都面临着同样的问题,下面

Many people have faced similar issues, some pointers below

  • Android "No content provider found for permission revoke"
  • Android error message on install "no content provider found"
  • Cannot install APK on Android device through Eclipse
  • Android - Download App

请浏览它们并找出一个解决方案。

Kindly browse through them and figure out a solution.

这篇关于在应用的Andr​​oid 4.0 ICS不安装的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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