How to resolve Android ndk build command faild?

后端 未结 2 1554
梦毁少年i
梦毁少年i 2020-12-20 05:11

I am developing simple ndk sample example using android ndk in android studio. While running my app studio shows below errors.

Build command failed.
Error wh         


        
2条回答
  •  被撕碎了的回忆
    2020-12-20 05:51

    NDK build fails miserably when the path to project files contains spaces. To fix your build, copy the project to path without spaces.

提交回复
热议问题