On Dec 16, 1:03 pm, JS <[email protected]> wrote: > Interesting. So the emulator doesn't honor the "debuggable" in > manifest? > Can I copy the app from the phone to the emulator and debug it?
See e.g. applyDebuggerSecurityPolicy() in base/core/java/com/android/internal/os/ZygoteConnection.java You can copy apps from the phone to the emulator if you have the necessary access permissions. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

