building android project produces make error 2

后端 未结 2 660
迷失自我
迷失自我 2020-12-20 19:27

I have recently purchased a book to assist in my development of C++ for Android which contained some code samples. However, when I come to build some of the sample code, I

2条回答
  •  醉酒成梦
    2020-12-20 19:42

    Check your project path if is contain spaces and non-english characters.
    I moved my project into somewhere without spaces, re-build it and works.

提交回复
热议问题