Chinaunix首页 | 论坛 | 博客
  • 博客访问: 7886295
  • 博文数量: 701
  • 博客积分: 2150
  • 博客等级: 上尉
  • 技术积分: 13233
  • 用 户 组: 普通用户
  • 注册时间: 2011-06-29 16:28
个人简介

天行健,君子以自强不息!

文章分类

全部博文(701)

文章存档

2019年(2)

2018年(12)

2017年(76)

2016年(120)

2015年(178)

2014年(129)

2013年(123)

2012年(61)

分类: Android平台

2015-11-26 10:38:49

Error:(12, 0) Error: NDK integration is deprecated in the current plugin.  
Consider trying the new experimental plugin.  
For details, see  
Set "android.useDeprecatedNdk=true" in gradle.properties to continue using the current NDK integration.


解决如上问题只需如下两步:


1. 添加 gradle.properties 文件到工程的根目录下。
android.useDeprecatedNdk=true 添入工程根目录下的新建 gradle.properties 文件中


2. 添加 android.useDeprecatedNdk=true 到该 gradle.properties 文件中。
gradle.properties 文件内容仅此如下一句:

android.useDeprecatedNdk=true

然后,重新编译你的工程。
参见:
阅读(16668) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~