Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can the minSdkverion be adjusted below 24? #2

Open
xpko opened this issue Oct 20, 2020 · 0 comments
Open

Can the minSdkverion be adjusted below 24? #2

xpko opened this issue Oct 20, 2020 · 0 comments

Comments

@xpko
Copy link

xpko commented Oct 20, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant