java - Error:Execution failed for task ':app:transformClassesAndResourcesWithProguardForRelease' -


buildtypes {     release {          minifyenabled true         proguardfiles getdefaultproguardfile('proguard-android.txt'), 'proguard-rules.pro'     } } 

when make proguard app. following error:

error:execution failed task ':app:transformclassesandresourceswithproguardforrelease' 


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -