I get the following error when trying to build the example project (New app with sample native library) under Visual Studio 2008 on 32 bit Windows 7:
1>
Build started: Project: AndroidApp1, Configuration: Debug Win32
1>Performing Makefile project actions
1>Gdbserver : [arm-linux-androideabi-4.4.3] libs/armeabi/gdbserver
1>/usr/bin/sh: -c: line 1: syntax error: unexpected end of file
1>make: *** [c:/AppDev/AndroidApp1//libs/armeabi/gdbserver] Error 1
1>Project : error PRJ0019: A tool returned an error code from “Performing Makefile project actions”
I tried the build command on the command line and I get the same error.