gpt4 book ai didi

安卓连接服务 "Neither user 10052 nor current process has android.permission.ACCESS_NETWORK_STATE."

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

即使我在 list 中有权限,我也有此异常的报告:

E/AndroidRuntime(1215): java.lang.RuntimeException: Unable to start activity ComponentInfo{****}: java.lang.SecurityException: ConnectivityService: Neither user 10052 nor current process has android.permission.ACCESS_NETWORK_STATE.

Manifest.xml

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

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

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

<application>
....
</application>

</manifest>

最佳答案

尝试重建您的项目(清理、构建)。如果没有帮助,您可以尝试使用 here 中的这个有点奇怪的解决方案这似乎有效。

关于安卓连接服务 "Neither user 10052 nor current process has android.permission.ACCESS_NETWORK_STATE.",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27743801/

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