4

I'm having a problem trying to run an Android app and getting the following error

 java.lang.NoClassDefFoundError: com.parse.Parse

when I try to run the app.

Balayesu Chilakalapudi
  • 1,386
  • 3
  • 19
  • 43
param
  • 393
  • 6
  • 17

3 Answers3

4

Check the answer here : NoClassDefFound solution

You need to make few changes in your project through Eclipse project/properties.

Thanks.

Community
  • 1
  • 1
Siddharth_Vyas
  • 9,972
  • 10
  • 39
  • 69
0

add Parse jar to your libs folder and add it to the buildpath

Chatura Dilan
  • 1,502
  • 1
  • 16
  • 29
0

Even i was facing this same error, and solved by changing my minSdkVersion to lesser (previously it was 11 i changed to 8)

samm
  • 482
  • 5
  • 14