I got an app and there is this tiny error about the image name. The name is 'bg.png.png' which was allowed in Eclipse but not in Android Studio. If I fix it, I get 100 errors regarding 'Error retrieving parent for item'.
By the way I am using appcompat7 too. So I don't know how to fix and where this images is called in the code because the code is huge and I am not very good at android.