Wednesday, February 1, 2017

Android Studio - UNEXPECTED TOP-LEVEL EXCEPTION:

Just add below code inside build.gradle
 configurations {  
   all*.exclude group: 'com.android.support', module: 'support-v4'  
 }  
If you have more then one support libs included in the dependencies like this, you may want to remove one of them:

No comments :

Post a Comment