NDK can't find the application directory

后端 未结 11 1894
余生分开走
余生分开走 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:16

    Set your ndk builder's working directory could solve your problem as I got the same problem and solved it in this way.

    Path: Project Properties -> Builders -> -> Main -> Working Directory

提交回复
热议问题