开发者

Not getting downloaded apk file in Emulator

开发者 https://www.devze.com 2023-04-03 09:36 出处:网络
I have downloaded an apk file from one site in the emulator its show getting downloaded at the top of the screen 开发者_开发问答in an arrow button.but i didn\'t find the apk file in my SD card or anyv

I have downloaded an apk file from one site in the emulator its show getting downloaded at the top of the screen 开发者_开发问答in an arrow button.but i didn't find the apk file in my SD card or anyvery else.Will it be stored in any other location in the emuliator.

Will any one help me to find the downloaded apk file place in emuliator


The downloaded file is supposed to be stored in a "download" folder on the sdcard. Check mnt/sdcard/download folder, the apk might be there (Use the DDMS to do so).


Go to your command line and to the Android-sdk-windows\platform-tools folder. Then call:

adb shell
cd /sdcard/download

You'll see your file there.

0

精彩评论

暂无评论...
验证码 换一张
取 消