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.
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.
Check the answer here : NoClassDefFound solution
You need to make few changes in your project through Eclipse project/properties.
Thanks.
Even i was facing this same error, and solved by changing my minSdkVersion to lesser (previously it was 11 i changed to 8)