Android API MobileFirst Platform Studio 不支持用于编译项目的级别

Android API level used to compile the project is not supported by the MobileFirst Platform Studio

我正在通过“app-builder”ant 任务构建我的 MobileFirst 7.0(MF 版本 7.0.0.00.20150312-0731 消费者版)混合应用程序。在构建过程中,它给我以下警告:

[app-builder] Apr 08, 2015 10:23:05 AM com.worklight.builder.sourcemanager.handlers.android.AndroidManifestSourceHandler checkBuildTarget
[app-builder] WARNING: FWLST1119W: Android build will fail because the API level used to compile the project is not supported by the MobileFirst Platform Studio.
[app-builder] It is recommended to use Android API level 21 which is the latest API level supported by the IBM MobileFirst Platform Studio. Use the Android SDK Manager to install API level 21, configure your project to build with API level 21 by updating the Project Build Target in Project / Properties / Android dialog.
[app-builder] Apr 08, 2015 10:23:10 AM com.worklight.ant.builders.ApplicationBuilderTask execute
[app-builder] SUCCESS: FWLST2001I: Successfully built environments: [common, ipad, android, iphone]

我已将我的项目 API 配置为使用 API 级别 21,即便如此它也会给我同样的警告。还有其他地方我必须更改 API 级别吗?

以下是我所做的更改:

AndroidManifest.xml : <uses-sdk android:minSdkVersion="10" android:targetSdkVersion="21"/>

project.properties : target=android-21

Project Build Target in Project / Properties / Android dialog : Target Name: 5.0.1, API Level : 21

因为构建实际上并没有失败并且最终产品仍在运行,所以我倾向于认为这是误报并且可以忽略警告。

它很可能是错误生成的。
无论如何都会对此进行调查。

如果构建失败,Maximo 任何地方都需要特定的 Android SDK Platform-tools、Android SDK 工具和 API 尝试了解与您的版本兼容的正确版本您可以在任何地方查看此内容 link: https://www.youtube.com/playlist?list=PLOBy7UFdPupdUa_d1_4eztcUqIEICubJX link 向您展示了 Maximo anywhere 7.6.3 从头到尾的安装步骤,可能对您有所帮助