gpt4 book ai didi

android - com.parse.ParseRequest$ParseRequestException : bad json response 错误

转载 作者:行者123 更新时间:2023-11-29 20:11:57 26 4
gpt4 key购买 nike

我想搜索数据库中的一行。我把这个查询放在我的代码中

ParseQuery<ParseObject> query_names = ParseQuery.getQuery("PhoneBook");
query_names.include("Numbers");
query_names.whereStartsWith("Name", searchString.toLowerCase());
query_names.setLimit( 20);
query_names.findInBackground();

我遇到了这个异常

com.parse.ParseRequest$ParseRequestException: bad json response

最佳答案

此异常来自解析版本在我的 buid.gradle 中,我使用了这样的编译:

compile 'com.parse:parse-android:1.+'

最好的办法是这样写

compile 'com.parse:parse-android:1.12.0'

它会正常工作

关于android - com.parse.ParseRequest$ParseRequestException : bad json response 错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34637192/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com