Search code examples
visual-studio-2010android-ndkhavok

Error arm-linux-androideabi-g++.exe


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?


Solution

  • 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?