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

前端 未结 3 1390
醉话见心
醉话见心 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:54

    There is no problem with this message:

    D/NetworkSecurityConfig: No Network Security Config specified, using platform default 
    

    The D/ indicates that this is a debugging message. It indicates that you do not have your own network security configuration defined, and so platform-default rules apply. This is perfectly fine.

    application looks empty because it does not response from the internet

    Near as I can tell, you are parsing some JSON, iterating over it, and populating kisiler. Perhaps kisiler is not connected to your UI.

提交回复
热议问题