How to browse android emulator SD on Windows without Eclipse?

怎甘沉沦 提交于 2019-12-10 02:58:50

问题


Can't understand how to browse android emulator sd card. I am using IDEA, not Eclipse and can't use Eclipse tool for this purpose.


回答1:


Use DDMS. It is available as a standalone tool, in addition to the Eclipse perspective.




回答2:


Or you can also use adb located in android-sdk-directory/tools.

To do this open up a command line and type adb shell when developing on Linux or adb.exe shell when developing on Windows then you will be logged in into your Android emulator where you can simply use basic UNIX commands to navigate to the SDcard.
You'd do that like this cd /sdcard and to list whats in there you us ls.

Hope it helped.




回答3:


I'm using ImDisk. Very easy to mount the iso file, just right click on it and choose mount from the menu. Add/Remove files as there will appear a new mounted unit and once done, right click and unmount. I also assumed you are running windows, as a nix user wouldn't ask such question :)



来源:https://stackoverflow.com/questions/3662553/how-to-browse-android-emulator-sd-on-windows-without-eclipse

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!