Closed piyush92 closed 9 years ago
I've also got the same issue. @piyush92 - Did you get it fixed?
Yup, I did! turned out I enabled mutlidexing but some lines of code were missing from application class. I had to override a method
@Override
protected void attachBaseContext(Context base) {
super.attachBaseContext(base);
MultiDex.install(this);
}
I referred to this link http://stackoverflow.com/questions/26609734/how-to-enable-multidexing-with-the-new-android-multidex-support-library
Hi,
I'm facing an issue with the module. I'm try to add a MixPanel module into my project which already contains PagerSlidingTabStrip, but after adding the MixPanel module and compiling. The Application crashes at runtime with following errors. Please help me out. Thanks in advance.
This is the my gradle.build file.
Following is the activity_main.xml