[ad_1]
Replace
private static final String TAG_CARID = "car_id";
with
private static final String TAG_CARID = "CarID";
You JSONArray has key “CarID”, whereas you are searching for “car_id”.
Hope this helps 🙂
1
[ad_2]
solved JSONException No value for..Android app