I'm trying to install an app from an apk file, and I've moved it to my phone via USB; however, I cannot locate it. What would be an easy location to which I could move the apk file such that it would be simple to find via a file browser?
This is what I'm looking at in USB on my PC.
I search for the directories shown in my file browsers, like acct, cache, config, d, data, dev, etc, mnt, proc, ... None of these can be found on my PC. I search for the PC directories on the phone, and I can't find them. So, where can I find an overlapping directory?
I'm on 4.2.1 HM2013002 (China Unicom). China Mobile MIMU, model 2013022.
Alternatively, as a workaround, might somebody be able to post an Android Enthusiast-local tutorial describing how to remotely install an app?
When you say that you "moved it to your phone via usb" does it mean that you installed it via adb? Otherwise you should know where you copied it.
– leojg Dec 04 '14 at 13:37adb install *.apk
, so I don't have to look for it on the device :) But no: none of the directories you've named will be shown to your PC normally. What you see there usually is located on your SD card(s). – Izzy Dec 04 '14 at 13:54myapp.apk
:adb install myapp.apk
. // If you count that a solution: Shall I make it an answer? – Izzy Dec 04 '14 at 14:00