Open Android Studio badly will possiably cause the following problem:
| 1 | Problems found loading plugins: | 
 
        
        
    
Open Android Studio badly will possiably cause the following problem:
| 1 | Problems found loading plugins: | 
Recently when I enabled Proguard in my program like the following:
| 1 | release { | 
I faced the problem that it tooks like for ever for the process of transformClassesAndResourcesWithProguardForRelease. This problem happens when you have multiple libraries need to be Proguard/Dexguard. Add the line multiDexEnabled true in to your gradle defaultConfig will fix this problem.
 
        
            To learn without thinking is blindness, to think without learning is idleness.
Mapsted Software Engineer