jni/../../../cocos2dx/platform/android/CCCommon.cpp: In function 'void cocos2d::CCLog(char const*, ...)':jni/../../../cocos2dx/platform/android/CCCommon.cpp:44:72: error: format not a string literal and no format arguments [-Werror=format-security]jni/../../../cocos2dx/platform/android/CCCommon.cpp: In function 'void cocos2d::CCLuaLog(char const*)':jni/../../../cocos2dx/platform/android/CCCommon.cpp:54:77: error: format not a string literal and no format arguments [-Werror=format-security]cc1plus: some warnings being treated as errorsmake: *** [obj/local/armeabi/objs/cocos2dx_static/platform/android/CCCommon.o] Error 1
如果控制台输入了以上的错误信息,最好将NDK换回r8e版本。github上已经有人修复了这个问题

更多相关文章

  1. Android(安卓)inject input events 注入Touch 点(x, y) 触摸输入
  2. android绕过设备锁(device lock)
  3. 菜鸟的安卓实习之路----editText 只允许输入数字,并调出数字键盘
  4. Android实现动态显示或隐藏密码输入框的内容
  5. Android(安卓)EditText属性大全
  6. 【Android程序开发】EditText详解
  7. android 的文本框输入类型
  8. 解决android模拟器无法上网问题
  9. mac上Android(安卓)Studio中adb的环境变量配置

随机推荐

  1. Linux ubuntu repo安装方法
  2. Android应用程序的组成介绍
  3. 移动开发参考书之Android篇
  4. 在Android中使用ORMLite
  5. Android(安卓)pppd_gprs脚本启动过程
  6. SIMPLE IME 开发
  7. 最近reactNative在开发android中遇到的坑
  8. 阿里android面试准备与题目整理
  9. Android onTouchEvent, onClick及onLongC
  10. Android开发中阴影效果的实现