Monday, 12 September 2016

java.lang.NoClassDefFoundError exception on some devices or giving Could not find some class error

Try adding this to your Manifest:
android:name="android.support.multidex.MultiDexApplication"
inside <application> tag.

No comments:

Post a Comment