-
[Android] 앱 사이즈 줄이기 shrinkResource Error - Removing unused resources requires unused code shrinking to be turned on.Android 2018. 12. 4. 14:33
Removing unused resources requires unused code shrinking to be turned on. See http://d.android.com/r/tools/shrink-resources.html for more information.
혹시나 앱의 용량을 줄이기 위해 shrinkResoure를 아래와 같이 썼는데 이런 에러가 난다면
minifyEnabled도 셋트로 true로 설정해 주어야 한다-
proguard까지 셋트로 생각할 것..shrinkResources true minifyEnabled true
'Android' 카테고리의 다른 글
[Android] Make sure to call FirebaseApp.initializeApp(Context) first. (0) 2019.03.20 [Android] Keyboard doesn't show up automatically when enter to activity in Android Pie (2) 2019.03.12 [Android] addview로 붙인 view의 제자리 rotate animation (0) 2018.03.27 [Android] AndroidManifest.xml의 <supports-screens> 속성 (0) 2018.03.20 Fabric 적용법 (0) 2018.03.06