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

702 Views Asked by At

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?

1

There are 1 best solutions below

3
On BEST ANSWER

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?