开发者

Testing Android Apps in Real device

开发者 https://www.devze.com 2023-02-28 15:43 出处:网络
I have developed an Android application using Eclipse IDE. It is working smoothly on Simulator. How do I test it on my real开发者_StackOverflow device?

I have developed an Android application using Eclipse IDE. It is working smoothly on Simulator.

How do I test it on my real开发者_StackOverflow device?

I have an android Phone LG P500 OPTIMUS ONE.


This may help http://developer.android.com/guide/developing/device.html.

If you're on Windows you will need to install the USB driver. Then, on your Devices tab (Window->Show View->Other->Android->Devices) you should see a new row appear when you connect your device to your workstation with a USB cable (although LG handsets are problematic in my experience).


Plus the drivers you need to configure your device to enable USB debugging. You can find it in Settings > Applications > Development. Also in Applications you have Unknown Sources. Enable it too.


The best way will be to upload your application directly from Eclipse to your device. From more info check this article


If your application is working fine on simulator than connect your device to PC and try to enable USB debugging. Go to Setting -> Developer. Now you have an option Enable USB debugging . it should be checked.

Also I have face same problem. So I am using http://appscancloud.com/. This website provide us an facility that we can test our application on real device as remotely.


Just plug your device into computer and you should immediately see your phone in the list .Oh yes, use manual configuration to chose the device you want to test your app.

Also if your device is not in the list, try to install the driver.Usually they come with the phone package.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号