How we can debug a signed apk without having source code?
问题 I want to ask if there is a possibility to debug a release apk without having source code and how we can prevent user to do this action ? I thought that I can't debug an apk without a source code ( manifest has by default android:debuggable="false" ) until I sent it to a client and he asks me to disable debuggable mode because he got this issue . I try to reproduce the problem and I'm thinking if he did a reverse engineering. 回答1: You can debug an already signed APK with a number of different