로딩
티스토리 데이터 처리 중입니다.

[Android] apk 빌드 에러 > The minSDK Version can not be specified in the AndroidManifest.xml file.

 [Android] apk 빌드 에러 > The minSDK Version can not be specified in the AndroidManifest.xml file.

apk를 생성하려고 하는데 다음과 같은 에러가 발생했다. Execution failed for task ':app:lintVitalRelease'.

> Lint infrastructure error Caused by: java.lang.reflect.InvocationTargetException at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethod.....