Your APP_BUILD_SCRIPT points to an unknown file using Android ndk-build

后端 未结 16 878
半阙折子戏
半阙折子戏 2020-12-01 15:45

I get the following error while trying to compile an Android NDK project:

ndk-build 
Android NDK: Your APP_BUILD_SCRIPT points to an unknown file: /home/lamb         


        
16条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-01 16:23

    Same problem (in Windows 7) but the cause is different.

    After searching in the Environment parameters, I've found the evil thing named "NDK_PROJECT_PATH" which has value is an invalid path.

    Deleted it and things are working again ;)

提交回复
热议问题