Java.lang.NoClassDefFoundError: com.parse.Parse

I had a problem launching an Android app and getting the following error

 java.lang.NoClassDefFoundError: com.parse.Parse

when i try to run the application.

+4
source share
3 answers

Check the answer here: NoClassDefFound Solution

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

Thank.

+4
source

add parse jar to the libs folder and add it to the build path

0
source

, minSdkVersion ( 11, 8)

0
source

Source: https://habr.com/ru/post/1532647/


All Articles