NDK can't find the application directory

后端 未结 11 1889
余生分开走
余生分开走 2020-12-12 15:03

When running the ndk-build command I get the following error:

Android NDK: Could not find application project directory !    
Android NDK: Please define the          


        
11条回答
  •  南方客
    南方客 (楼主)
    2020-12-12 15:32

    You can use the following command

    ndk-build -C your_project_path
    

    Hope this will answer your question.

提交回复
热议问题