gpt4 book ai didi

android - 未授予 Android 应用程序中的互联网权限

转载 作者:太空狗 更新时间:2023-10-29 15:15:51 25 4
gpt4 key购买 nike

我正在尝试使用 ACRA在我的项目中,但每当我的应用程序启动时,我都会在日志中看到以下消息。

E/ACRA    (11618): com.example.TestApp should be granted permission android.permission.INTERNET if you want your crash reports to be sent. If you don't want to add this permission to your application you can also enable sending reports by email. If this is your will then provide your email address in @ReportsCrashes(mailTo="your.account@domain.com"

下面是我的AndroidManifest.xml,它有互联网权限,所以不知道这里发生了什么。任何帮助表示赞赏!

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.example.TestApp"
android:versionCode="1"
android:versionName="1.0" >

<uses-sdk
android:minSdkVersion="8"
android:targetSdkVersion="16" />

<application
android:icon="@drawable/ic_launcher"
android:name="TestApplication"
android:label="@string/app_name" >
<activity
android:name="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>
</application>

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

</manifest>

最佳答案

我在 JellyBean 上运行时遇到了这个问题,因为在 JB 中删除了 READ_LOGS 权限。

请参阅此问题,了解如何在 API 16 及更高版本中解决此问题: READ_LOGS permission on Jelly Bean (api 16)

关于android - 未授予 Android 应用程序中的互联网权限,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12882807/

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