D:\AndroidStudioProjects\test\Jnidemo-master\Jnidemo-master\app\src\main\AndroidManifest.xml Error:
uses-sdk:minSdkVersion 1 cannot be smaller than version 14 declared in library [com.android.support:appcompat-v7:28.0.0] C:\gradle_home\caches\transforms-2\files-2.1\507866d230d6d0f86935c8fcde29738a\appcompat-v7-28.0.0\AndroidManifest.xml as the library might be using APIs not available in 1
Suggestion: use a compatible library with a minSdk of at most 1,
or increase this project's minSdk version to at least 14,
or use tools:overrideLibrary="android.support.v7.appcompat" to force usage (may lead to runtime failures)
See http://g.co/androidstudio/manifest-merger for more information about the manifest merger.
Execution failed for task ':app:processDebugMainManifest'.
> Manifest merger failed with multiple errors, see logs
* 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.
解决:
在项目里的gradle文件添加如下配置:

本文介绍如何处理Android Studio中遇到的manifest.xml错误,涉及minSdkVersion与com.android.support:appcompat-v7版本不兼容问题,提供了解决方案并指导在gradle文件中添加配置以确保项目兼容性。
8990

被折叠的 条评论
为什么被折叠?



