APKInstallHowTo H
APKInstallHowTo H
APKInstallHowTo H
Option 2: Install Manually, without Android Market It is possible to install APK files without utilizing the Android Market, although the process is more difficult and complex. To avoid the Android Market, you need to use Android SDK. 1. Download and install the Google Android SDK program and the Android USB drivers. The download links are as follows: http://code.google.com/android/intro/installing.html 2. http://dl.google.com/android/android_usb_windows.zip 3. You need to modify your Androids settings to allow the installation of applications from other sources. Under Settings, select Application Settings and then enable Unknown Sources. Also under Settings, select SD Card and Phone Storage, and finally enable Disable Use for USB Storage 4. This last step is easy. Open Command Prompt and type the following: adb install <1>/<2>.apk However, when you type the command, replace <1> with the path to your APK file and replace <2> with the name of the APK file. Youre done! Your application is now ready for your use and enjoyment.