gpt4 book ai didi

android - 软件包安装程序已停止

转载 作者:太空狗 更新时间:2023-10-29 16:23:10 26 4
gpt4 key购买 nike

我正在为 Android 开发一些应用程序,直到今天晚上它都运行良好。但是,该应用程序在模拟器中运行良好,但在带有 android 3.2.80 的 Archos 80 G9 平板电脑上出现此错误

The application Package installer (process com.android.packageinstaller) has stopped unexpectedly. Please try again.

这也是我的 list XML

    <?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="oni.dani"
android:versionCode="1"
android:versionName="1.0" >

<uses-sdk android:minSdkVersion="13"

/>

<application
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
android:debuggable="true"

>
<activity
android:label="@string/app_name"
android:screenOrientation="portrait"
android:name="com.android.onidani.Dashboard" >
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>

</activity>
<activity android:name="com.android.onidani.KlasaPrikazBaze"></activity>
<activity android:name="com.android.onidani.Dashboard"></activity>
<activity android:name="com.android.onidani.OniDaniActivity"></activity>

</application>

</manifest>

最佳答案

发生此错误是因为您已两次声明 Dashboard Activity 。

<activity android:name="com.android.onidani.Dashboard"></activity>

关于android - 软件包安装程序已停止,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9367832/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com