2

I am sorry if my question is too bad. I am working on creating image asset in Android Studio but everytime I did it, every icon become weird. I also try to imported another file but it just hit the same thingenter image description here

hannah arif
  • 61
  • 10

3 Answers3

3

Try disabling "new Layout Rendering Engine": Settings -> Experimental -> Use new Layout Rendering Engine.

Credit to https://stackoverflow.com/a/62940389/10089719

0

My answer may be not complete relatable to you, However, If you want to add new Icon in Android Studio- Right Click on "App" folder. Select the option "New". then Click "Vector Asset".

In this case, you will able to find new vector asset and can reuse that.

Pawan Soni
  • 860
  • 8
  • 19
  • Actually this is what I did. But everytime I tried, these icon become weird. It happened in the preview, but when I builded it to emulator it did not happen. I just do not understand why it become like that – hannah arif Jun 14 '20 at 07:19
  • Create again the above approach. – Pawan Soni Jun 14 '20 at 07:20
0

Try to delete the icons that are weird, restart android studio and create all the icons you need again.

Maybe another solution could be updating to a newer version of android studio, if the current version is not the last.