android 真機 安裝 模擬器 DevTools Development

來源:互聯網
上載者:User

 

android 真機 安裝 模擬器 DevTools Development.apk

 在android模擬器中 可以通過Dev Tools 下的 Instrumentation
來運行相應的TestRunner

 

而在有些android真機中 卻不見得就能找到該DevTools

 

經尋找 可以從模擬器中匯出 然後安裝該Development.apk 到真機系統

 

附件為 從android 2.2模擬器中 匯出的Development.apk (下載後 請將.zip 修改為.apk)

 

 

下文轉自:http://developer.android.com/guide/developing/debugging/debugging-devtools.html

 

The Dev Tools application is installed by default on all system images included with the SDK, so you can use it with the Android Emulator. With the Dev Tools application, you can enable a number of settings on your device that will make it easier to test
and debug your applications.

If you'd like to install the Dev Tools application on a real development device, you can copy the application from your emulator and then install it on your device using ADB. To copy the application from a running emulator, execute:

adb -e pull /system/app/Development.apk ./Development.apk

This copies the .apk file into the current directory. Then install it on your connected device with:

adb -d install Development.apk

To get started, launch the Dev Tools application and select Development Settings.

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.