How To Add An Image To Android Emulator Directly Or Through Visual Studio (xamarin Project)
I currently am creating an Android application using Visual Studio 2015. It requires to have an image in the AVD to test the application. How do we add image to our emulated Androi
Solution 1:
So, naturally I am trying to find a way to just put an image directly to the emulated Android device's folder either through VS or directly.
You can use DDMS
.
Use
File Explorer
to find storage -> emulated -> 0 ->Pictures folder.Pull your picture from your PC to this folder.
Restart your AVD, then you can find the file from
Photo
orGallery
app.
Post a Comment for "How To Add An Image To Android Emulator Directly Or Through Visual Studio (xamarin Project)"