I want to add picture in emulator's gallery. But i am not able to do this. How to do this? any clue! Though i have gone through a answer posted in stack over flow but didn't get success with that answer.
相关问题
- How can I create this custom Bottom Navigation on
- Bottom Navigation View gets Shrink Down
- How to make that the snackbar action button be sho
- Listening to outgoing sms not working android
- How to create Circular view on android wear?
相关文章
- android开发 怎么把图片放入drawable的文件夹下
- android上如何获取/storage/emulated/下的文件列表
- androidStudio有个箭头不认识
- SQLite不能创建表
- Windows - Android SDK manager not listing any plat
- Animate Recycler View grid when number of columns
- Why is the app closing suddenly without showing an
- Android OverlayItem.setMarker(): Change the marker
I can put images in my SD Card in this way:
disconect my phone from USB
using adb push command line with the folder storage/sdcard and not /sdcard, example
close the emulator and run again
I check in Eclipse -> DDMS -> File Explorer tab, and I see the image inside storage/sdcard folder
Check this Once you have a virtual SD card in your emulator, if you're not comfortable with
mtools
or if you don't know how to mount a loopback device on Linux (which is really easy by the way), just useadb push
to upload your images. Possible example: