Should it be possible to debug a signed release APK?
I have my release builds signed as part of the ant build process but I found that in release mode VisualGDB will automatically set android:debuggable=”false” in the AndroidManifest.xml
I tried setting it to true then write protecting AndroidManifest.xml before hitting F5 which prevents the flag being modified and the build will occur but then VisualGDB will refuse to launch the debugger.
I want to to test some Google In-App Billing code (preferably with debugging support) and they say that test builds need to be signed with the same key as the APK uploaded to the developer console.