简体   繁体   中英

Fix Android Studio C/C++ project compile issues

I have an Android Studio project which has C/C++ functions, when I try to build apk, I get this errors, I have searched online for possible fix but could not ix this particular problem.

Error:

C/C++ debug|x86 : CMake Error in C:/Projects/codecanyon-oxoo-android-live-tv-movie-portal-app-with-powerful-admin-panel-v1.3.4/codecanyon-oxoo-android-live-tv-movie-portal-app-with-powerful-admin-panel-v1.3.4/V134/Android/Android Source Code/app/.cxx/cmake/debug/x86/CMakeFiles/3.10.2/CMakeCCompiler.cmake:
  cmListFileCache: error can not open file.
Call Stack (most recent call first):
  CMakeLists.txt

Any ideas on how to fix this? Thank you!

Windows paths are limited to 260 characters by default. The path to CMakeCCompiler.cmake is 272 characters long so will cause problems for some Windows APIs and applications. Use a shorter path to fix the problem.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM