libpng error: Not a PNG file Error Showing In Android Studio

后端 未结 8 2130
悲哀的现实
悲哀的现实 2020-11-27 05:20

I just Imported a project from Eclipe to Android Studio. Just a plain and simple project. But the project folder is showing one error .

May I know what

8条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-11-27 05:39

    "PNG" in the error is clearly written in caps. So you need to see that the image has .PNG extension (in Capital).

    Step 1: Open the image in Paint.

    Step 2: Save the image Save as .PNG shown as below Click here to see how to save the image in PNG

    Step 3: Refresh your project

    Step 4: You should see like this -> See here

    Please do reply if the issue is still not resolved

提交回复
热议问题