Skip to content Skip to sidebar Skip to footer

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.

  1. Run your emulator with VS 2015.

  2. Open DDMS:

enter image description here

  1. Use File Explorer to find storage -> emulated -> 0 ->Pictures folder.

  2. Pull your picture from your PC to this folder.

  3. Restart your AVD, then you can find the file from Photo or Gallery app.

enter image description here

Post a Comment for "How To Add An Image To Android Emulator Directly Or Through Visual Studio (xamarin Project)"