尝试调试Flutter应用时AVC被拒绝

时间:2018-09-30 16:04:51

标签: android dart flutter

我已经询问了周围并对其进行了一些研究,但似乎找不到解决方法

  

I / example.localme(3862):类型= 1400审核(0.0:2646):avc:拒绝{   为名称=“缓存”写}} ino = 82035   scontext = u:r:untrusted_app:s0:c512,c768   tcontext = u:object_r:system_data_file:s0 tclass = dir允许= 1   I / example.localme(3862):类型= 1400审核(0.0:2647):AVC:拒绝了{   add_name} for name =“ localmeGMGRPB”   scontext = u:r:untrusted_app:s0:c512,c768   tcontext = u:object_r:system_data_file:s0 tclass = dir允许= 1   I / example.localme(3862):类型= 1400审核(0.0:2648):AVC:拒绝了{   为名称=“ localmeGMGRPB”创建}   scontext = u:r:untrusted_app:s0:c512,c768   tcontext = u:object_r:system_data_file:s0:c512,c768 tclass = dir   允许= 1

1 个答案:

答案 0 :(得分:0)

我遇到了同样的问题,事实证明这是模拟器的网络/连接问题。

可能的解决方案:

  • 打开WiFi连接
  • 恢复出厂设置模拟器(这解决了我的问题)
  • 如果您定位的是较早的android版本,请添加Internet权限: <uses-permission android:name="android.permission.INTERNET"/>