I am trying to compile sample Havok Android games in Visual Studio but I keep getting this error:
arm-linux-androideabi-g++: VisSampleApp.cpp:No such file or directory
I downloaded the NDK and referenced it in the PATH
. Can anyone tell me what I am doing incorrectly?
It found the compiler under the PATH, could not find the source file.
can you post the query you use to compile ndk lib, android.mk and application.mk?