要启用解析崩溃,我需要编写命令: ParseCrashReporting.enable(this); 但是eclipse没有找到命令。错误: http: //i.stack.imgur.com/1Tk6T.png 我需要做什么?
谢谢!
要启用解析崩溃,我需要编写命令: ParseCrashReporting.enable(this); 但是eclipse没有找到命令。错误: http: //i.stack.imgur.com/1Tk6T.png 我需要做什么?
谢谢!
将 ParseCrashReporting-1.8.0.jar 添加到依赖项。您可以从以下网址下载:https ://parse.com/downloads/android/Parse-Starter-Project/latest
将“Parse-1.9.4.jar,ParseCrashReporting-1.9.4.jar”文件添加到项目的 lib 文件夹中。