android - 在真实设备上调试已安装的应用程序

标签 android

我可以在真实设备上调试 Android 应用程序,但调试器首先安装新版本的应用程序。

我可以配置 Eclipse(或任何其他 IDE)以使其不会重新安装应用程序吗?

最佳答案

只要应用程序由您的 keystore 签名,您就可以将调试器附加到设备,而无需重新安装新应用程序。

1) Go to DDMS eclipse perspective.

2) You should see a list of attached devices on the left.

3) Each device should have a list of the debuggable applications that has installed

4) Select the app you want to debug, and press the green bug on the top left to start debugging it

关于android - 在真实设备上调试已安装的应用程序,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14173954/

相关文章:

android - 在语音通话中使用文字转语音

android - 如何使每个可滚动布局都适合屏幕宽度?

Android 谷歌地图自定义信息窗口

php - 如何从网络浏览中隐藏/阻止存储的文件但可从应用程序访问?

android - kotlin hashmap 中的空数据

android - 运行项目时不支持的方法 : AndroidProject. getPluginGeneration()

android - 从 sqlite 按日期升序排序列表

java - 在android中安排多个异步任务

android - styles.xml (res\values\styles.xml) 和 styles.xml (res\values-v21\styles.xml) 之间的区别?

暂停时的 Android 寻呼机问题