Thanks! That fixed the compile / link problem 😀
I have now hit a snag with the “Using Visual Studio to Develop Native Android Code” example though, the breakpoint fails to be hit.
The App runs fine on the simulated device, “Your have pressed this huge button X times” etc.
The command / output window shows this:
E:android-ndk-r9toolchainsarm-linux-androideabi-4.6prebuiltwindows-x86_64binarm-linux-androideabi-gdb.exe –interpreter mi “C:UsersDave JohnsonAppDataLocalVisualGDBAndroidBinaryCacheemulator-AndroidVD1app_process” -x “C:WorkAndroidProject4AndroidProject4libsarmeabi-v7agdb.setup”
No symbol table is loaded. Use the “file” command.
VisualGDB for Android is trying to repair your breakpoints…
Any idea how I can get the breakpoints working?
Thanks! 🙂