Page 1 of 1

build error

Posted: Mon Nov 12, 2018 12:00 pm
by PGUp
i followed everything in the https://bitbucket.org/MartinFelis/love- ... _-_Windows tutorial, got stuck at the very last step "Run ndk-build",it
shows this error:

Code: Select all

Microsoft Windows [Version 6.3.9600]
(c) 2013 Microsoft Corporation. All rights reserved.

D:\ExportApk\love-android-sdl2>ndk-build
Android NDK: Could not find application project directory !
Android NDK: Please define the NDK_PROJECT_PATH variable to point to it.
D:\ExportApk\android-ndk-r13b\build\\..\build\core\build-local.mk:
151: *** Android NDK: Aborting    .  Stop.

D:\ExportApk\love-android-sdl2>
what do? Am i supposed to put the game.love in app/src/main/assets already?