E:\zzz_workspace\zzz_reProject\ReconfigProjectCy100\app\src\main\AndroidManifest.xml:47:9-44 Error: Attribute application@theme value=(@style/FullAppTheme) from AndroidManifest.xml:47:9-44 is also present at [:gamesdk] AndroidManifest.xml:15:9-58 value=(@style/Theme.ReconfigProjectCy100). Suggestion: add 'tools:replace="android:theme"' to <application> element at AndroidManifest.xml:40:5-96:19 to override. E:\zzz_workspace\zzz_reProject\ReconfigProjectCy100\app\src\main\AndroidManifest.xml Error: uses-sdk:minSdkVersion 19 cannot be smaller than version 21 declared in library [:gamesdk] E:\zzz_workspace\zzz_reProject\ReconfigProjectCy100\gamesdk\build\intermediates\merged_manifest\debug\AndroidManifest.xml as the library might be using APIs not available in 19 Suggestion: use a compatible library with a minSdk of at most 19, or increase this project's minSdk version to at least 21, or use tools:overrideLibrary="com.douaiwan.gamesdk" to force usage (may lead to runtime failures)
时间: 2023-07-21 09:46:44 浏览: 209
H3C_Workspace_App-E1011P09-android.apk
这是一个Android开发中的错误信息,其中提到了两个问题。第一个问题是关于应用程序主题的,解决方法是在AndroidManifest.xml的<application>元素上添加一个属性'tools:replace="android:theme"'。第二个问题是关于最小SDK版本的,解决方法可以选择使用最多支持SDK版本为19的兼容库,或将此项目的最小SDK版本增加至21,或使用'tools:overrideLibrary="com.douaiwan.gamesdk"'来强制使用该库。
阅读全文