编译 android 文件时出现 ndk 问题
Issue with ndk while compile android file
编译时出现此错误cocos compile -p android --ap android-25
Android NDK: Found platform level in ./project.properties.
Setting APP_PLATFORM to android-25.
Android NDK: APP_PLATFORM set to unknown platform: android-25.
如何避免此类错误?
如果您查看 Application.mk documentation for APP_PLATFORM, it refers to Android NDK Native APIs,您可以在其中找到 table NDK 支持的 API 级别。您可以在那里找到所有合法值 - 25 不是其中之一。你可能需要 android-24.
上次使用 cocos compile -p android --android-studio 因为 ndk
编译时出现此错误cocos compile -p android --ap android-25
Android NDK: Found platform level in ./project.properties.
Setting APP_PLATFORM to android-25.
Android NDK: APP_PLATFORM set to unknown platform: android-25.
如何避免此类错误?
如果您查看 Application.mk documentation for APP_PLATFORM, it refers to Android NDK Native APIs,您可以在其中找到 table NDK 支持的 API 级别。您可以在那里找到所有合法值 - 25 不是其中之一。你可能需要 android-24.
上次使用 cocos compile -p android --android-studio 因为 ndk