Android volley error: “Trust anchor for certification path not found”, only in real device, not emulator

前端 未结 3 564
星月不相逢
星月不相逢 2020-12-15 00:11

I\'m having a problem in my Android app, in one of my fragments I use volley to do a network request:

JsonObjectRequest request = new JsonObjectRequest(
             


        
3条回答
  •  感动是毒
    2020-12-15 00:59

    This solved my problem trying to run my android volley app on arc welder only needs to be run once..at the initial splash activity

提交回复
热议问题