VolleyPlus : NetworkDispatcher.run: Unhandled exception java.lang.NullPointerException

前端 未结 4 768
春和景丽
春和景丽 2021-01-18 01:09

I am trying to run below code:

Map requestMap = new HashMap<>();
Long unixTime = System.currentTimeMillis() / LONG_1000;
requestM         


        
4条回答
  •  长发绾君心
    2021-01-18 02:00

    I wrote this on build.gradle.dependencies.

    compile 'com.android.volley:volley:1.0.0'
    

    And it worked.

提交回复
热议问题