引起:java.lang.ClassNotFoundException:com.parse.PPNSService

时间:2015-08-26 05:49:25

标签: android parse-platform

尝试使用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')
}

有人有同样的问题吗?

0 个答案:

没有答案