Hello,
I have a question regarding Visual GDB in use with Android NDK. Whenever I start debugging, the entire solution is built and redeployed to the device regardless of whether or not I actually changed anything. Sometimes I just want to restart debugging several times without any changes, but since my app is around 100mb large it takes quite a while to redeploy. I know that there is an option, where I can tell VS not to redeploy the app, but I feel that there should be a way to tell Visual Studio to automatically detect when there are no changes and just relaunch the app and the debugger on the device. Is there a way to do that?
Thanks a lot for your help,
David.