Android debugging help

Hi PantherNZ, do you mind sharing how you got this to work? I likewise ran the -vsdebugandroid command and followed the instructions in the 4.16 release notes as well.

It said:

“Added functionality to use the visual
studio mobile projects for debugging.
To generate them run
“generateprojectfiles.bat
-vsdebugandroid” from a command prompt. After you have packaged your
game for Development and put it on the
device, you can set this new project
as the start up project and run/debug
the project in Visual Studio.”

However, when I attach the device and try to launch the debugger, I get the below error after building completes. “Unable to start program ‘C:/xxx/yyy/zzz/MyProject.so’ The system cannot find the file specified.”

I feel like I’m very close but could use some guidance getting past the last challenge. If you have any insight as to what I may be doing wrong, please let me know? Thank you tons.