I just Imported a project from Eclipe to Android Studio. Just a plain and simple project. But the project folder is showing one error .
Eclipe to Android Studio
May I know what
As for me, what was happening is that I cloned the repository on Windows, and those PNG files were symlinks in Linux/Mac, but on Windows they were just invalid files. Once I did proper copies of the files instead of being symlinks, the build worked.