Can the minSdkverion be adjusted below 24?
xpko opened this issue · 0 comments
xpko commented
D:\Android\project\FridaHelper\app\src\main\AndroidManifest.xml Error:
uses-sdk:minSdkVersion 15 cannot be smaller than version 24 declared in library [com.github.iGio90:FridaAndroidInjector:1.3.0] H:\Users\Administrator\.gradle\caches\transforms-1\files-1.1\FridaAndroidInjector-1.3.0.aar\deba0ea6e60adc21fd43bd19f4c1e919\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 24,
or use tools:overrideLibrary="com.igio90.fridainjector" to force usage (may lead to runtime failures)
:app:processDebugManifest
See http://g.co/androidstudio/manifest-merger for more information about the manifest merger.
:app:processDebugManifest FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':app:processDebugManifest'.
> Manifest merger failed : uses-sdk:minSdkVersion 15 cannot be smaller than version 24 declared in library [com.github.iGio90:FridaAndroidInjector:1.3.0] H:\Users\Administrator\.gradle\caches\transforms-1\files-1.1\FridaAndroidInjector-1.3.0.aar\deba0ea6e60adc21fd43bd19f4c1e919\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 24,
or use tools:overrideLibrary="com.igio90.fridainjector" 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. Run with --scan to get full insights.
* Get more help at https://help.gradle.org
BUILD FAILED in 0s
11 actionable tasks: 4 executed, 7 up-to-date