I am new to Android and recently came across visualGDB, and I just want to say that I’m so glad I found it! Android NDK development was fairly frustrating and painful before I found this tool.
I was wondering- is there any way to have VS just make for one CPU type?
It takes a long time to compile them all and I think I’d only need one when testing on my particular device.
Yes, this is possible. The easiest way would be to edit the Application.mk file and replace APP_ABI := all with APP_ABI := armeabi.
You can also try VisualGDB 4.2 beta 1 that allows selecting ABIs in the project wizard.