-
Creator 版本: 2.4.5
-
目标平台:
-
重现方式:打包安卓打成apk包,
-
首个报错: * What went wrong:
Execution failed for task ‘:hello_world:processReleaseManifest’.
Manifest merger failed : uses-sdk:minSdkVersion 16 cannot be smaller than version 28 declared in library [:libcocos2dx] Y:\Mysoftware\GameEngine\CoCosCreator\Creator\CocosCreator_2.4.5\resources\cocos2d-x\cocos\platform\android\libcocos2dx\build\intermediates\merged_manifests\release\processReleaseManifest\merged\AndroidManifest.xml as the library might be using APIs not available in 16
Suggestion: use a compatible library with a minSdk of at most 16,
or increase this project’s minSdk version to at least 28,
or use tools:overrideLibrary=“org.cocos2dx.lib” to force usage (may lead to runtime failures)
当把最小版本号从16改成28后可以打包,但是安卓版本较低的手机会解析包出错
- 之前哪个版本是正常的: 2.4.4
- 手机型号:
- 手机浏览器:
- 编辑器操作系统:
- 重现概率:100%
