when Run my app it gives java.lang.NoClassDefFoundError: com.parse.Parse
i tried several times changed min sdk level but still gives the error. please if anyone ever solved it,please help me
when Run my app it gives java.lang.NoClassDefFoundError: com.parse.Parse
i tried several times changed min sdk level but still gives the error. please if anyone ever solved it,please help me
1) Download the Parse SDK
2) Extract it someplace (eg. H:/Downloads/Parse/ )
3) Open Android Studio and Open your project
4) Goto File > Project Structure
5) Select Libraries from the Left Pane
6) Press the Plus Button and select Java from the dropdown
7) Navigate to Parse-1.2.5.jar file that you had downloaded and extracted and select it.
8) Add it to your project
9) Press OK
10) Thats it. Now it Should work properly