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

Apk Emulator

To install an APK file on a PC, follow these steps: 1. Download the Android SDK and USB drivers and extract them to a folder. Install the Android SDK. 2. Open the Android SDK tools folder and copy the full folder path. Create an environment variable called "sdk_root" with this path as the value. 3. Connect the Android device to the PC, update the USB driver, and enable installing apps from unknown sources on the device. 4. Move the APK file to the Android SDK tools folder. Open a command prompt in this folder and run the command "adb install filename.apk" to install the APK.

Uploaded by

ravitamakuwala
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
90 views

Apk Emulator

To install an APK file on a PC, follow these steps: 1. Download the Android SDK and USB drivers and extract them to a folder. Install the Android SDK. 2. Open the Android SDK tools folder and copy the full folder path. Create an environment variable called "sdk_root" with this path as the value. 3. Connect the Android device to the PC, update the USB driver, and enable installing apps from unknown sources on the device. 4. Move the APK file to the Android SDK tools folder. Open a command prompt in this folder and run the command "adb install filename.apk" to install the APK.

Uploaded by

ravitamakuwala
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 1

First open Android SDK->then open the device created->then use command->adb -e install -r

yourapp.apk
 On the tools folder, mouse over a blank spot, hit “shift+right click” and click “Open
command Windows here”.
On the command screen, type above command

Therwise apk file can be downloaded from from mail using Android SDK device & then
installing also.

how to run apk files in pc computer?

http://www.ieumart.com/how-to-install-apk-files-through-desktop-using-windows-
vista.html
After an intense search on how to install apk files through Windows
Vista,CueBallaG have finally found a way to install APK files through your desktop
runnning Vista. He is not a personal guru and don’t know diddly-squat about programming so
if there is a superior and faster way to install apk filesthrough your desktop, please revise:

1) Disconnect your G1 mobile from your computer


2) Create a folder in your Documents folder for both files you will need to download
3) Download Google Android SDk for
Windowshttp://code.google.com/android/intro/installing.html and save to the folder
you created.
4) Download the USB
Driverhttp://dl.google.com/android/android_usb_windows.zip and save to the folder
you created.
5) Unzip both files into the folder and install the android program.
6) Open the “Androids-sdk-windows” that was unpacked, open the “tools” folder, and on
your windows explorer, first left click on the address then right click and copy the full address.
7) Click on “start” menu, right click on “Computer”, click on “Properties”. Click on “Advanced

system settings” On the “Advanced” tab, click on “Environmental Variables…”. Under


“user variable…” click “New”.
9) For variable study type: sdk_root
10) For variable value: just right click and paste. click ok
11) On your G1, go to “settings”, “applications”, and check “unknown sources”
11) Connect your G1 mobile and update your usb driver with the file you downloaded in step
4. If your usb driver will not update, use your device manager (”start” menu, right click
“computer”, click on “properties”, “device manager”) to update driver.
12) Be sure to mount your phone.
13) Move your .apk files to the “tools” folder you located in step 6
14) On the tools folder, mouse over a blank spot, hit “shift+right click” and click “Open
command Windows here”.
15) On the command screen, type :adb install filename.apk

Enjoy.. thanks to CueBallaG

You might also like