오류사항 캡쳐
에러 메세지 : [minSdkVersion] Manifest merger failed : uses-sdk:minSdkVersion 16 cannot be smaller than version 18 dered in library
[minSdkVersion] Manifest merger failed : uses-sdk:minSdkVersion 16 cannot be smaller than version 18 dered in library
해결방법
Android/build.gradle 에서 minSdkVersion = 18 로 변경
해결 내용 캡쳐
오류 사항
FAILURE: Build failed with an exception.
- What went wrong: Execution failed for task ':app:processDebugManifest'.
Manifest merger failed : uses-sdk:minSdkVersion 16 cannot be smaller than version 18 dered in library [:react-native-image-crop-picker] C:\User\RN\20210112_paper_workshop\paperrkshop\node_modules\react-native-image-crop-picker\android\build\intermediates\library_maest\debug\AndroidManifest.xml as the library might be using APIs not available in 16 Suggestion: use a compatible library with a minSdk of at most 16, or increase this project's minSdk version to at least 18, or use tools:overrideLibrary="com.reactnative.imagepicker" to force usageay lead to runtime failures)
- Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option tot more log output. Run with --scan to get full insights.
- Get more help at https://help.gradle.org
'ReactNative > Errors' 카테고리의 다른 글
안드로이드 빌드시 공간부족(Out of memory: Java heap space.) (0) | 2022.07.27 |
---|---|
RN - Error : internal/modules/cjs/loader.js:582 throw err (0) | 2022.07.27 |
[RN] 에러 - @react-native-community의 native_modules.gradle를 못찾을 때 (0) | 2022.07.27 |
npm ERR! Maximum call stack size exceeded (0) | 2022.07.27 |
npm ERR! Error: EPERM: operation not permitted, rename (0) | 2022.07.27 |
댓글