gpt4 book ai didi

java - 应用程序包安装程序已停止

转载 作者:行者123 更新时间:2023-12-01 12:04:50 25 4
gpt4 key购买 nike

我已经复制了 list XML 文件。我只是无法找出错误。该应用程序在我的 Redmi 1S 上运行,但未在我的 Micromax Canvas A110 上运行 我已经尝试了 Stackoverflow 上已有的与此相关的所有解决方案。

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

<uses-sdk
android:minSdkVersion="11"
android:targetSdkVersion="19" />

<uses-configuration
android:reqTouchScreen="finger" android:reqKeyboardType="undefined"/>

<uses-feature
android:name="android.hardware.touchscreen" />

<uses-permission
android:name="android.permission.INTERNET" />


<supports-screens
android:anyDensity="true"
android:largeScreens="true"
android:normalScreens="true"
android:smallScreens="true" android:xlargeScreens="true" android:resizeable="true"/>




<application
android:allowBackup="true"
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
android:theme="@style/AppTheme" android:uiOptions="splitActionBarWhenNarrow">
<!-- Splash screen -->
<activity android:name="com.gilpix.am.Splash"
android:label="@string/app_name"
android:screenOrientation="portrait"
android:theme="@android:style/Theme.Black.NoTitleBar">
<intent-filter>
<action android:name="android.intent.action.MAIN" />

<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<activity android:name="com.gilpix.am.Login"
android:label="@string/app_name"

>
</activity>

<activity android:name="com.gilpix.am.Logind"
android:label="@string/logind_name"
android:uiOptions="splitActionBarWhenNarrow"
>

</activity>
<activity android:name="com.gilpix.am.U_home"
android:label="@string/app_name"
android:uiOptions="splitActionBarWhenNarrow" >

</activity>




</application>

</manifest>

最佳答案

清理你的项目,如果它不起作用就关闭 项目并重新启动,创建新的 apk 并安装

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

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