연락처 앱 만들기 - null check 하는 법 & Android 앱으로 발행하기
강의중에서 Build APK에서 다음과 같은 에러가 발생해서 질문드립니다.
=================================================
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':contacts_service:verifyReleaseResources'.
> A failure occurred while executing com.android.build.gradle.tasks.VerifyLibraryResourcesTask$Action
> Android resource linking failed
ERROR:C:\flutterapp\contact\build\contacts_service\intermediates\merged_res\release\values\values.xml:194: AAPT: error: resource android:attr/lStar not found.
=================================================
Project Structure에서는 SDK를 API32로 설정했습니다.
도움 좀 받을 수 있을까요?