android: Parse.com Parseobject classnotfound error

前端 未结 2 1613
自闭症患者
自闭症患者 2021-01-16 16:06

I use Parse.com\'s library in my android application and i get the following error.

05-26 18:43:31.838: E/AndroidRuntime(4759): FATAL EXCEPTION: main

相关标签:
2条回答
  • 2021-01-16 16:54

    I had the same issue with Parse and Android for some crazy reason after checking the SDK versions i noticed there was no Target SDK version, but there was one for Min SDK version. I just added the target SDK version ( 8 in this case ) to match the Min version and it works. I guess Parse checks for target SDK version or something.

    0 讨论(0)
  • 2021-01-16 17:10

    I hope this may helpful for you.

    Open project's properties.

    Click on java build path.

    Click order and export tab and click on parse jar file to check this.

    And build and clean your project then run.

    0 讨论(0)
提交回复
热议问题