java.lang.NoClassDefFoundError的:com.parse.Parse

java.lang.NoClassDefFoundError的:com.parse.Parse

问题描述:

我有一个问题,试图运行Android应用,并收到以下错误

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.

在这里检查了答案:NoClassDefFound解决方案

您需要在通过Eclipse项目/性能项目一些变化。

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

感谢。