Вы находитесь на странице: 1из 1

ANDROID CLIENT INSTALLATION:

1. Install Android SDK Android sdk available here: http://developer.android.com/sdk/index.html Copy the application to tools folder of the sdk. Example: c:\programfiles\android-sdk-windows\tools> 2. Open command prompt. 3. Type the address of the installed sdk till tools, Example: c:\programfiles\android-sdk-windows\tools> 4. Now type adb install application name Where application name = the application copied to tools folder. 5. Application is installed successfully.

For device logs: 1. Open command prompt. 2. Type the address of the installed sdk till tools, Example: C:\programfiles\android-sdk-windows\tools 3. 4. 5. 6. 7. Now type ddms This opens a debug window. Select the device Below the logs for the device are displayed. The logs level selection is also possible.

Note: For each android device the device driver needs to be installed.

Вам также может понравиться