简体   繁体   中英

newbie, Installing app to samsung phone

I'm just getting started with android programming, playing with HelloWorld and Eclipse.

I'd like to know how to install my apps to my samsung Galaxy S

You can refer to this page to run your project on your device

To sum up:

First, from your phone (this is on HTC Desire anyway), go to Settings -> Applications -> Development and tick "USB debugging". (See the link above for device recognition problems)

Add android:debuggable="true" to your Manifest.xml in the <application> tag

From Eclipse, run your project then you will be asked to choose to run the project either to an AVD (the emulator) or the device.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM