Monday, May 6, 2013

How to Upload Hello Mapview on Android Devices



1. Connect the Android device to your development computer using the Android's USB cable. Copy the Hello Mapview APK file from the computer to the Android device's sdcard.

2. Click the Windows 'Start' button and type 'cmd' in the search text box. Press 'Enter' to open the command line utility.

3. Type 'adb install /path/apkfile.apk' where the path and APK file is the path and name of the Hello Mapview APK file.

4. Press 'Enter' to install the file. The Android command utility installs the app to your device, and a 'Success' message returns when the installation completes.

No comments:

Post a Comment