본문 바로가기
ReactNative/Errors

[minSdkVersion] Manifest merger failed : uses-sdk:minSdkVersion 16 cannot be smaller than version 18 dered in library : [RN Android Error]

by 경험을 기록으로 2022. 7. 27.
반응형

오류사항 캡쳐

에러 메세지 : [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
 

Gradle | Search for Help with Gradle Build Tool

 

gradle.org

 

 

 

반응형
LIST

댓글