I have:
- A Windows XP with internet connection.
- The .apk file in the computer.
- A USB cable.
- A rooted android device with sdcard.
I do not have:
- WiFi connection for my android device.
- Any file explorer app in android device.
I have:
I do not have:
You will need to use adb install full-file-name.apk
from the command line, where "full-file-name" is the name of the application you want to install.
See here to install ADB
.apk
to the SDCard, and open it from any file explorer, does the job as well -- see the question which this one is marked as "possible duplicate" of. – Izzy Jun 21 '13 at 16:14file:///mnt/sdcard/
URL to browse/navigate to the.apk
), and the "Downloads" app (if the.apk
was placed into the download folder on the card). If you want to make some extra rep, you could sum up something generic in the installation tag wiki, so it's at a central place we all easy remember where to find :) – Izzy Jun 21 '13 at 19:02/sdcard/Download
didn't make the "Downloads" app pick that up :( – Izzy Jun 21 '13 at 20:58