Run On Real Android devices

How to use real Android devices instead of Android Virtual Devices?

If you want to use a real android device to run your app, you can follow the step as show below:

  1. Connect your devices with the PC with a USB cable. If you are using Windows Operating system you are required to install USB driver for your android devices. You can see the OEM USB Driver Document to install the driver for your android.
  2. You must enable the USB debugging mode on your devices. On Android 4.0 and newer, it's in Settings > Developer options.Note: On Android 4.2 and newer, Developer options is hidden by default. To make it available, go to Settings > About phone and tap Build number seven times. Return to the previous screen to find Developer options.
  3. Run the app from Eclipse
    1. Open the project then click Run from the toolbar.
    2. When the Run window appear, select Android Application and then press OK
    3. Eclipse will install the app and start it.




Comments

Popular posts from this blog

Reading and Writing Operation of SRAM

Transmission Control Protocol (TCP)

File transfer from android to linux