3

如果我添加人行横道插件并尝试在 Android Studio 中构建应用程序,构建失败并出现错误:

Error:(187, 0) Error: NDK integration is deprecated in the current plugin.
Consider trying the new experimental plugin.
For details, see http://tools.android.com/tech-docs/new-build-system/gradle-experimental.
Set "android.useDeprecatedNdk=true" in gradle.properties to continue using the current NDK integration.

我正在使用cordova 6.1.1 和Crosswalk 插件版本1.6.1。Android Studio 版本为 1.5.2。

我尝试创建gradel.properties 文件并在文件中添加“android.useDeprecatedNdk=true”道具。但是构建仍然失败。

我还看到了网址:http ://tools.android.com/tech-docs/new-build-system/gradle-experimental并搜索了一种安装和配置“实验插件”的方法,但我不知道怎么做...

有人可以帮忙吗?

4

0 回答 0