4

I'm tearing my hair out trying to figure this out. I've read that you can copy an APK file to the SD card and use the browser to activate the installer to install it with this:

file:///sdcard/yourApp.apk

(from: https://stackoverflow.com/questions/4268803/android-how-to-install-apk-from-sd-card)

But, I cannot seem to get that to work with external_sd card. I've tried

file:///external_sd/yourApp.apk

I keep getting the following message:

"Data connectivity problem - The Web page contains an error."

psiko.scweek
  • 43
  • 1
  • 5
  • Whats the message you are getting? It also depends on how your sdcard is mounted. Mine is mounted as 'sdcard' others are mounted as you mentioned 'external_sd' – Daniel Apr 15 '11 at 21:42

2 Answers2

6

If you have a Samsung phone, some of them have separate "internal" and "external" SD storage. If it's on the external SD card, then you need this adress: file:///sdcard/external_sd/yourApp.apk

Matthew Read
  • 50,567
  • 30
  • 145
  • 273
5

Try downloading a file explorer like ES File Explorer, find the apk and select it. Android should prompt to install from there.

The selected answer you are referring to says to download Astro - which is another file manager. I'm not sure about the default Android browser though.

Daniel
  • 3,750
  • 2
  • 27
  • 35