本文主要是介绍Android studio填坑:Execution failed for task ':app:compileDebugNdk'.异常的处理,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
首先贴上编译错误的log;
Error:注: Version 2.1.1 of Realm is now available: http://static.realm.io/downloads/java/latest
注: Processing class LikeRecordRealm
注: Processing class ReadRecordRealm
注: Creating DefaultRealmModule
注: 某些输入文件使用或覆盖了已过时的 API。
注: 有关详细信息, 请使用 -Xlint:deprecation 重新编译。
注: 某些输入文件使用了未经检查或不安全的操作。
注: 有关详细信息, 请使用 -Xlint:unchecked 重新编译。
FAILURE: Build failed with an exception.* What went wrong:
Execution failed for task ':app:compileDebugNdk'.
> NDK not configured.
Download the NDK from http://developer.android.com/tools/sdk/ndk/.Then add ndk.dir=path/to/ndk in local.properties.
(On Windows, make sure you escape backslashes, e.g. C:\\ndk rather than C:\ndk)* Try:
Run with --stacktrace option to get the stack trace. Run with --debug option to get more log output.
这篇关于Android studio填坑:Execution failed for task ':app:compileDebugNdk'.异常的处理的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!