警告:APP_PLATFORM的android-14是比Android较大:在的minSdkVersion /home/user/MyApp/AndroidManifest.xml [英] WARNING: APP_PLATFORM android-14 is larger than android:minSdkVersion in /home/user/MyApp/AndroidManifest.xml

查看:1889
本文介绍了警告:APP_PLATFORM的android-14是比Android较大:在的minSdkVersion /home/user/MyApp/AndroidManifest.xml的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我使用了Android NDK-R8E,和我有一个建设项目中的问题。我得到上述提到的错误消息。我检查了我的Andr​​oidManifest.xml中和的minSdkVersion设置为15,这正是我打算。根据错误信息,APP_PLATFORM设置为Android的14,这是更小的,不超过的minSdkVersion大,所以为什么我收到错误?

I'm using the Android ndk-r8e, and I'm having a problem building a project. I get the above-mentioned error message. I've checked my AndroidManifest.xml and minSdkVersion is set to 15, which is what I intend. According to the error message, APP_PLATFORM is set to android-14, which is smaller, not larger than minSdkVersion, so why am I getting the error?

感谢。

推荐答案

检查 JNI / Application.mk

您应该下面一行: -

You should have following line:-

APP_PLATFORM := android-14

如果您还没有该行那么你的SDK版本从 project.properties 文件拍摄。

If you do not have that line then version of your SDK is taken from project.properties files.

这篇关于警告:APP_PLATFORM的android-14是比Android较大:在的minSdkVersion /home/user/MyApp/AndroidManifest.xml的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆