Dear All,
I take a random app from playstore, setting debuggable to true (in apk studio), then sign it, uninstall original version, then install new one on android device.
After that I go to visualgdb in visualstudio, and choose “Debug a custom APK file”. I´m not sure which folder to choose for the shared libraries, but I´m guessing it´s in the dir where the apk is unpacked/lib.
I then get a warning about “Warning: the APK file does not contain a gdbserver for x86” plus all other CPU architectures listed in the /lib folder. If I ignore, I get the same message when it gets to the point “synchronizing shared libraries”.
I´m running droid4x, but also tried on various android platforms in the AVD, and tried with a number of random apk´s from the playstore but always get the same. I´m on Win7 64 bit and have 16 GB of RAM.
Any ideas?
Thanks!