-1

I am testing my application on a 540x960 resolution phone and the application works fine, but when I test the device on other resolution phones in my emulator the image animations do not work at all. So my question is how can I make other image resources of my already made images to accommodate for all of the android screen sizes.

1 Answers1

0

There is full and well explained tutorial at Android documentation. Also, you have plugins in Android Studio to create images for all the screen sizes, for example IconPackDrawable Importer.

Also you can do this online using AssetStudio for Android

Evgeniy Mishustin
  • 3,343
  • 3
  • 42
  • 81