Generate Signed APK: Errors while building APK Android Studio

后端 未结 9 1963
无人共我
无人共我 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:29

    R.raw.Keep (xml file)

    
    
    

    Dont forget to Reference this Resource from .java source file. For more details see https://developer.android.com/studio/build/shrink-code.html

    if you are worried about the size of your apk file then its good practice to shrink image files as well. That is convert RGB channel to Indexed channel,this can save up to 50% more space.

    Note: .....YouTubeRecyclerViewFragment.java uses or overrides a deprecated API.

提交回复
热议问题