android - Can't install apk via adb, file DNE despite showing up using adb shell ls -


i uploaded apk using adb

adb push myappname.apk /sdcard/ 

to double check:

adb shell ls /sdcard/ 

sure enough, it's there. then:

adb install /sdcard/myappname.apk can't find '/sdcard/myappname.apk' install 

note* tried adding path in parentheses suggested on xda post didn't help. there multiple sdcard directories push defaults 1 , install defaults another? tried using root explorer find files adb install /sdcard/<tab> suggests can't file these files in dir.

adb install takes file on pc install it. doesn't on phone.


Comments

Popular posts from this blog

java - JavaFX 2 slider labelFormatter not being used -

Detect support for Shoutcast ICY MP3 without navigator.userAgent in Firefox? -

web - SVG not rendering properly in Firefox -