gpt4 book ai didi

android-studio - 尝试运行 Android 应用程序时出现 INSTALL_FAILED_MISSING_SHARED_LIBRARY 错误

转载 作者:行者123 更新时间:2023-12-03 15:07:55 24 4
gpt4 key购买 nike

我以前从未制作过 Android 应用程序,这不是一个好的开始。
我在 Android 工作室做了一个空白项目作为测试,并尝试在我的华为 P33 手机上运行该程序。当我尝试构建和安装程序时,我收到以下消息;

Failed to commit install session 389180709 with command cmd package install-commit 389180709. Error: INSTALL_FAILED_MISSING_SHARED_LIBRARY: Package couldn't be installed in /data/app/com.example.myapplication-segdjrVZj4KvtCNaJ5W5oQ==: Package com.example.myapplication requires unavailable shared library com.google.android.things; failing!

Session 'app': Installation did not succeed. The application could not be installed: INSTALL_FAILED_MISSING_SHARED_LIBRARY Retry



我花了大约一个半小时的谷歌搜索,但似乎没有人对 Android Things 库有同样的问题。

在“AndroidManifest.xml”中,如果我更改 <uses-library android:name="com.google.android.things" /><uses-library android:name="com.google.android" /> ,该应用程序会安装但不执行任何操作并在打开后立即崩溃。

最佳答案

请转到您的 list 文件,看看是否有这些代码行。如果存在,请删除它们。

enter c<uses-library
android:name="com.google.android.wearable"
android:required="true" />

<!--
Set to true if your app is Standalone, that is, it does not require the handheld
app to run.
-->
<meta-data
android:name="com.google.android.wearable.standalone"
android:value="true" />

关于android-studio - 尝试运行 Android 应用程序时出现 INSTALL_FAILED_MISSING_SHARED_LIBRARY 错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58617556/

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