How to install my application on Motorola Android

I want to install my application on Motorola Android as a test. as? Please share me a step by step link

0
source share
1 answer

Copied from http://developer.android.com/guide/developing/eclipse-adt.html and http://developer.android.com/guide/developing/device.html#setting-up Suppose you use the eclipse plugin. Maybe it’s better to just read them yourself.

* Declare your application as debuggable in your manifest

Eclipse "" ( "" "" ). AndroidManifest.xml android: debuggable = "true".

* Enable USB Debugging on your device

, MENU, "" > "", USB-.

* Ensure that your development computer can detect your device when connected via USB

USB , "" > "" ( "" > "" ) Eclipse.

. http://developer.android.com/guide/developing/device.html#setting-up

, , adb / SDK. , , "".

Eclipse, , . " ", () (). , .

+2

All Articles