Volley Not making request on latest version of Android

前端 未结 4 638
旧巷少年郎
旧巷少年郎 2020-12-10 08:59

I noticed my app wasn\'t working on Pixel 3. I went into android studio and emulated a few devices and noticed it is not working on any Android Pie (API 28) devices, but wor

4条回答
  •  天命终不由人
    2020-12-10 09:29

    Or you can use usesCleartextTraffic attribute under the application element in the android manifest. The default value in Android P is “false”.

    
    

    but it requires minSdkVersion 23 or higher.

提交回复
热议问题