gpt4 book ai didi

安卓工作室 : INSTALL_PARSE_FAILED_MANIFEST_MALFORMED

转载 作者:塔克拉玛干 更新时间:2023-11-02 22:05:50 24 4
gpt4 key购买 nike

我查看了有关 INSTALL_PARSE_FAILED_MANIFEST_MALFORMED 的其他帖子,但仍然无法弄清楚我的特定 list 有什么问题。有什么建议吗?

<?xml version="1.0" encoding="utf-8"?>

<application
android:allowBackup="true"
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
android:theme="@style/AppTheme" >
<activity
android:name="ThePackage.SnapVest.MainActivity"
android:label="@string/app_name" >
<intent-filter>
<action android:name="android.intent.action.MAIN" />

<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>

<activity
android:name="ThePackage.SnapVest.MyActiveOptions"
android:label="@string/title_activity_my_active_options" >
</activity>
<activity
android:name="ThePackage.SnapVest.MyTrades"
android:label="@string/title_activity_my_trades" >
</activity>
<activity
android:name="ThePackage.SnapVest.MyAccount"
android:label="@string/title_activity_my_account" >
</activity>
<activity
android:name="ThePackage.SnapVest.Leaderboard"
android:label="@string/title_activity_leaderboard" >
</activity>
</application>

那么,我的错误在哪里?

这是我运行时的实际顺序:

Waiting for device.
Target device: kyocera-event-1001c1c
Uploading file
local path: C:\Users\Roger Garrett\AndroidStudioProjects\SnapVest\app\build\apk\app-debug-unaligned.apk
remote path: /data/local/tmp/ThePackage.SnapVest
Installing ThePackage.SnapVest
DEVICE SHELL COMMAND: pm install -r "/data/local/tmp/ThePackage.SnapVest"
pkg: /data/local/tmp/ThePackage.SnapVest
Failure [INSTALL_PARSE_FAILED_MANIFEST_MALFORMED]

最佳答案

都是因为你添加了公司域名(Android studio) 大写字母。或包名称。改成小字并运行项目。问题将得到解决。

关于安卓工作室 : INSTALL_PARSE_FAILED_MANIFEST_MALFORMED,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21716933/

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