gpt4 book ai didi

android - 通过adb安装apk时缺少android权限

转载 作者:行者123 更新时间:2023-11-29 00:44:41 25 4
gpt4 key购买 nike

我开发了一个使用互联网权限的应用程序。如果我使用“作为 Android 应用程序运行”从 eclipse 启动应用程序,一切正常,应用程序在设备 (Nexus S) 上启动。如果我停止应用程序并尝试从设备上运行它,我会得到以下 logcat,这表明我假设我的应用程序不包含正确的权限。

I/ActivityManager(  978): Starting: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.dct.android.xbounds/.XboundsConfigurator bnds=[125,586][235,704] } from pid 1423
W/ActivityManager( 978): Permission Denial: starting Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.dct.android.xbounds/.XboundsConfigurator bnds=[125,586][235,704] } from ProcessRecord{40866718 1423:com.android.launcher/10057} (pid=1423, uid=10057) requires android.permission.INTERNET

在我使用的 list 文件中:

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

在应用程序标签之外。

我已经尝试过将应用程序导出为签名的 apk 并通过 adb 安装它,其行为相同。 Nexus 运行 Cyanogenmod7。

感谢任何帮助或想法

最佳答案

您必须在您的应用程序标签中设置您的权限 =)

关于android - 通过adb安装apk时缺少android权限,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7025870/

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