无法上传。应用测量禁用

时间:2016-03-17 04:34:27

标签: android gson

我在logcat上收到此错误:

这个错误背后的原因是什么:

getGoogleAppId` failed with status: 10,
            Uploading is not possible. App measurement disabled

1 个答案:

答案 0 :(得分:0)

如果您要使用GSON,为什么要将其与JSONObject混合使用?

Post[] beanPostList = new Gson().fromJson(response, Post[].class);