解决:Android studio 编译后报错\app\src\main\cpp\CMakeLists.txt‘ to exist
现象:
android studio报错:
[CXX1409] D:\GitLab\xxxxx\app.cxx\Debug\3f3w4y1i\arm64-v8a\android_gradle_build.json : expected buildFiles file ‘D:\GitLab\xxxxx\app\src\main\cpp\CMakeLists.txt’ to exist
解决:
不要动CMakeLists.txt’,而是删除D:\GitLab\xxxxx\app.cxx
重新编译,运行,解决