NetworkSecurityConfig: No Network Security Config specified — Android 7.0 error?

前端 未结 3 1395
醉话见心
醉话见心 2020-11-29 12:28

I have some problem for android 7.0.0.

I use volley library for my application, and it works well except for Android 7.0

Here is part of my code;

<         


        
3条回答
  •  情话喂你
    2020-11-29 12:49

    try adding this to the manifest.xml

    
    
        
    

    and change the android emulator to pixel 2 API 28 from the AVD manager it worked for me in both windows and mac

提交回复
热议问题