我在Android Studio启动时遇到错误:“:BaseGameUtils:processDebugAndroidTestManifest”

我在Android Studio启动时遇到错误:“:BaseGameUtils:processDebugAndroidTestManifest”,第1张

概述我的Android应用程序正在使用BaseGameUtils,每次启动AndroidStudio时都会出现以下错误:Error:Executionfailedfortask‘:BaseGameUtils:processDebugAndroidTestManifest’.java.lang.RuntimeException:Manifestmergerfailed:uses-sdk:minSdkVersion1cannotbes

我的Android应用程序正在使用BaseGameUtils,每次启动AndroID Studio时都会出现以下错误:

Error:Execution Failed for task ‘:BaseGameUtils:processDeBUGAndroIDTestManifest’.
java.lang.RuntimeException: Manifest merger Failed : uses-sdk:minSdkVersion 1 cannot be smaller than version 7 declared in library [com.androID.support:appcompat-v7:20.0.0] F:\Programowo\androIDapps\FixMath\BaseGameUtils\build\intermediates\exploded-aar\com.androID.support\appcompat-v7\20.0.0\AndroIDManifest.xml
Suggestion: use tools:overrIDelibrary=”androID.support.v7.appcompat” to force usage

我在启动AndroID Studio上只收到一次此错误.

这就是我的项目结构
应用项目结构

解决方法:

我只是在BaseGameUtils AndroIDManifest.xml中添加这一行

<uses-sdk androID:minSdkVersion="14" />
总结

以上是内存溢出为你收集整理的我在Android Studio启动时遇到错误:“:BaseGameUtils:processDebugAndroidTestManifest”全部内容,希望文章能够帮你解决我在Android Studio启动时遇到错误:“:BaseGameUtils:processDebugAndroidTestManifest”所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/web/1115743.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-05-29
下一篇 2022-05-29

发表评论

登录后才能评论

评论列表(0条)

保存