I am getting these errors:
Error:resource drawable/abc_ic_ab_back_mtrl_am_alpha (aka com.instacoin:drawable/abc_ic_ab_back_mtrl_am_alpha) not found.
i was searching for exactly this error in a few threads and would like anyone who experiences a situation like this to do these steps:
android studio is throwing errors like @drawable/... not found
even renaming files does not solve the problem
Analyse
-> inspect code ...
it takes some time but its worth it and now ...now if this still does not work here are the stranges things ive seen:
android studio is doing an incremental build , so files are proccessed and used again if they weren't changed. this leads to the following behaviour:
running an build -> collecting files -> proccessing files -> an error occured
all other files in the queue arent found as the couldn't get proccessed by build step
the following error is shown as the last error occured aka @drawable not found