|
2019-11-04 10:59:13
no manifest.xml, ignore
/uzmap/temp/choOt24Qlk08OCF/AStudioProject/app/src/main/AndroidManifest.xml:3:5-73 Error:
uses-sdk:minSdkVersion 15 cannot be smaller than version 16 declared in library [:notchtools-release:] /uzmap/.gradle/caches/transforms-1/files-1.1/notchtools-release.aar/57d73d85ccdfde6699326c5aa16a5fb2/AndroidManifest.xml as the library might be using APIs not available in 15
Suggestion: use a compatible library with a minSdk of at most 15,
or increase this project's minSdk version to at least 16,
or use tools verrideLibrary="notchtools**.**.notchtools" to force usage (may lead to runtime failures)
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':app:processReleaseManifest'.
> Manifest merger failed : uses-sdk:minSdkVersion 15 cannot be smaller than version 16 declared in library [:notchtools-release:] /uzmap/.gradle/caches/transforms-1/files-1.1/notchtools-release.aar/57d73d85ccdfde6699326c5aa16a5fb2/AndroidManifest.xml as the library might be using APIs not available in 15
Suggestion: use a compatible library with a minSdk of at most 15,
or increase this project's minSdk version to at least 16,
or use tools verrideLibrary="notchtools**.**.notchtools" to force usage (may lead to runtime failures)
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
* Get more help at https://help**.**
BUILD FAILED in 10s |
|