Reputation: 1073
I have an Android app. Few months back I added a .png drawable inside it. Now I have removed it from the app and it's uses as well. I deleted all instances of it from the root folder.
The problem is the .png file keeps on generating after every build. When I analyze the .apk I could see that file. How can I remove it - from both debug and release builds? And why does Android Studio automatically generates them after eveytime?
If anyone could help me understand the logic behind this would be great. Thanks!
Upvotes: 0
Views: 89