I have a release APK which I have signed, uploaded to Google Play and installed on my Android device. I would like to debug this APK (by means of Android Studio or Eclipse) whilst it is running on my Android device. I have done this before and I remember it being with one of the Android development tools (perhaps Dalvik Debug Monitor). Sadly, I cannot remember how to do it and I have been unable to find any articles online. Does anybody know how I can do this?
Notes
- I have set
android:debuggable="true"
in the app's manifest file. - I have enabled USB Debugging on my Android device.