【可能是一个bug】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.
Fri Mar 02 00:05:23 CST 2018
ndk.dir=C\:\Users\LDt\AppData\Local\Android\Sdk\ndk-bundle
sdk.dir=C:\Users\LDt\AppData\Local\Android\Sdk

其中ndk.dir=C\:\Users\LDt\AppData\Local\Android\Sdk\ndk-bundle 这句 把C\:\换成 C:\ 好像就对了…

编译安卓 使用android studio发生的。。。
之前会报NDK not configured. C:\Users\LDt\AppData\Local\Android\Sdk\ndk-bundle
Download it with SDK manager.
找不到ndk的错…

我在d盘根目录下试了一下发现bug消失了,是不是和c盘users这个文件夹有关系啊。。。