2011-11-24

在 Android 手機上進行 Debug

請先參考 透過 USB 將 Android App 安裝到手機裡,將手機透過 USB 與 Eclipse 連線。

兩個不一樣的地方如下。

第一個,要在 AndroidManifest.xml 設定為 debug 模式。
<application ...android:debuggable="true">...</application>
第二個,不同於前一篇文章是用「Run As > Run Configuration...」,這邊得改用「Debug As > Debug Configuration...」,其他均不變。

沒有留言:

張貼留言