0% found this document useful (0 votes)
28 views

Android Client Installation:: For Device Logs

To install an Android client application, copy the application file to the tools folder of the Android SDK, open a command prompt, navigate to the tools folder, and use the ADB install command followed by the application name. Device logs can be viewed by opening the DDMS debug window from the tools folder, which displays logs for connected devices.

Uploaded by

Faisal Sait
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
28 views

Android Client Installation:: For Device Logs

To install an Android client application, copy the application file to the tools folder of the Android SDK, open a command prompt, navigate to the tools folder, and use the ADB install command followed by the application name. Device logs can be viewed by opening the DDMS debug window from the tools folder, which displays logs for connected devices.

Uploaded by

Faisal Sait
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 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.

You might also like