NDK can't find the application directory

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

    Follow Below steps:

    1)Right on your project
    2)Go to properties
    3)Go to C/C++ Build
    4)Go to Builder Settings
    5)Go to Build Location
      Add build directory
    6)Click on Workspace
    7)Select your project folder
    

    you should see something like

    ${workspace_loc:/[Your Project_Name]}
    

    Done!!

提交回复
热议问题