java.lang.NoClassDefFoundError is very different with java.lang.ClassNotFoundException.
you can try these methods:
- make your Application extends MultiDexApplication(compile 'com.android.support:multidex:1.0.1')
- disable instant run
- try without jrebel
It may be cause crash by multi-dex files.