AndroidStudioGradle升级报错

Android Studio Gradle插件升级之后,NDK虽然可以正常编译,但是cpp文件各种报错,看着也难受。
具体报错就是:The file is not part of the project.Please include it in the appropriate build file
(build.gradle,CMakeLists.txt or Android.mk etc.)and sync the project.

太久没写了,图片就不贴了,也忘记了很多的语法了。明年得加强学习了~~~
解决的方法很简单:
修改项目的根目录的:build.gradle文件中的buildscript{dependencies{classpath ‘com.android.tools.build:gradle:3.5.3’}}
把3.5.3改成3.1.0然后重新刷新一项目即可

谢谢,爱你么么哒