How to connect mobile device to eclipse to use it as a emulator. http://developer.android.com/guide/dev开发者_StackOverflow社区eloping/device.html i refer this link but not able to connect please suggest any other setting remains
I have connected my htc device instead of emulator to run my application. I did the following steps
1.download htc sync software 2.install it to the system. 3.when connected,it shows one dialog then choose htc sync. 3.finally ,choose run as configuration and change automatic to manual.
Some devices dont even require htc sync. For eg the old G1 does not require htc sync. But I guess newer phones would require it.
First check whether your USB cable can be detected in your system. If detected then install proper driver as mentioned in the following link. http://developer.android.com/guide/developing/device.html. If you are using Mac machine then no need of installing driver. connect the device right click the project , run-as select the target device. make sure that target device of your project shoul be same or lower than that of the actual device. u will get the name of the device. select the device. and you application will run directly in mobile.
Thanks Deepak
精彩评论