Linux 编译,Android.mk 导入第三方jar 报错(APPS android-arm) missing xxx(JAVA_LIBRARIES android-arm)
Ubuntu android.mk 中导入第三方jar 编辑报错You can set ALLOW_MISSING_DEPENDENCIES=true in your environment if this is intentional, but that may defer real problems until later in the build.以上错误通过mma编译时报出,解决方法:放在
·
Ubuntu android.mk 中导入第三方jar 编辑报错
You can set ALLOW_MISSING_DEPENDENCIES=true in your environment if this is intentional, but that may defer real problems until later in the build.
以上错误通过mma编译时报出,
解决方法:
放在 include $(CLEAR_VARS) 和 include $(BUILD_MULTI_PREBUILT) 两个变量中间
再次mma (或mm)编译
更多推荐
所有评论(0)