KOTLIN/ERRO
-
[ANDROID ERROR] API 'BaseVariant.getApplicationIdTextResource' is obsolete and has been replaced with 'VariantProperties.applicationId'KOTLIN/ERRO 2022. 1. 15. 13:54
경고 내용 API 'BaseVariant.getApplicationIdTextResource' is obsolete and has been replaced with 'VariantProperties.applicationId'. It will be removed in version 7.0 of the Android Gradle plugin. For more information, see TBD. To determine what is calling BaseVariant.getApplicationIdTextResource, use -Pandroid.debug.obsoleteApi=true on the command line to display more information. 경고 원인 경고를 해석해보면 'AP..
-
[ANDROID ERROR] string too large to encode using UTF-8 written instead as 'STRING_TOO_LARGE'.KOTLIN/ERRO 2022. 1. 12. 17:24
내용 string too large to encode using UTF-8 written instead as 'STRING_TOO_LARGE'. 해결 방법 저의 경우 ViewDataBinding의 Variable을 설정 할 때 Variable의 이름을 잘 못 입력해서 오류가 발생했습니다. viewDataBinding.setVariable(BR.output, viewModel.output)