尝试使用Parse SDK时出现此java.lang.ClassNotFoundException:com.parse.PPNSService错误。我已经将所需的jar添加到项目中。
dependencies {
compile 'com.parse.bolts:bolts-android:1.+'
compile files('libs/Parse-1.10.1.jar')
compile files('libs/PPNS-1.10.1.jar')
}
有人有同样的问题吗?