当我运行程序时,我得到一个gradle构建错误:
条目中的null值:其他文件输出= null
当我点击在我的gradle控制台上看到控制台中的完整输出时,我可以看到:
执行任务:[:app:assembleDebug] 按需配置是一项孵化功能。 NDK缺少“平台”目录。 如果您使用的是NDK,请验证ndk.dir是否设置为有效的NDK目录。它目前设置为C:\ Users \ Mindu Laptop \ AppData \ Local \ Android \ sdk \ ndk-bundle。 如果您不使用NDK,请取消设置ANDROID_NDK_HOME或local.properties中的NDK变量以删除此警告。
我没有使用NDK并且在local.properties
我有
#This file is automatically generated by Android Studio.
#Do not modify this file -- YOUR CHANGES WILL BE ERASED!
# This file must *NOT* be checked into Version Control Systems,
# as it contains information specific to your local configuration.
# Location of the SDK. This is only used by Gradle.
# For customization when using a Version Control System, please read the
# header note.
#Tue Apr 18 16:25:21 NPT 2017
sdk.dir=C\:\\Users\\Mindu Laptop\\AppData\\Local\\Android\\sdk
我尝试过的事情:
清理项目/重建项目
使缓存无效并重新启动
编辑:已修复,在我的情况下,这是由于sdk位置的空白区域