我在logcat上收到此错误:
这个错误背后的原因是什么:
getGoogleAppId` failed with status: 10,
Uploading is not possible. App measurement disabled
答案 0 :(得分:0)
如果您要使用GSON
,为什么要将其与JSONObject
混合使用?
Post[] beanPostList = new Gson().fromJson(response, Post[].class);