Generate Signed APK: Errors while building APK Android Studio

后端 未结 9 1957
无人共我
无人共我 2021-02-12 22:20

I am unable to generate Signed APK using minifyEnabled true and shrinkResources true

App Level : build.gradle

buildscript {
            


        
9条回答
  •  北海茫月
    2021-02-12 22:42

    Maybe one of your libraries (especially libraries which can use networking(httpClient, okHttp etc)) conflicts.. Try adding all of your libraries to a new project(do not add any code or component to your project).. If error occurs in that project too so the problem is in one of the libraries.. Try to uncomment libraries one by one..

提交回复
热议问题