If i have an android APK, I have the source code for one of its libraries. (and only it)
(built library on same machine using NDK_DEBUG=1 APP_OPTIM=debug , Also, i decompiled and rebuilt apk to be debuggable=true)
Can i still be able to debug this app?
I am referring to the code I do have the source code for. Can i put a break point there?
How exactly is that done via VisualGDB?
(Tried : “Debug a custom apk” , assuming that it’s the right way.. but it isn’t working
http://forum.sysprogs.com/viewtopic.php?f=5&t=3431 )