java - Gradle import of app resources not successful in IntelliJ or Android Studio -
i imported gradle project.
the app module has 4 folders inside
foo moo app boo
moo folder has resources google play , boo folder has resources custom table device both flavours inside app module settings.
this error get: https://gist.github.com/matej-snivam/02066be1ac8a85a6eeb0
error:(165, 45) gradle: no resource found matches given name (at 'background' value '@drawable/send_phone'). error:(70, 39) gradle: no resource found matches given name (at 'layout_width' value '@dimen/size_236dp').
the error references either @drawable or @dimens
for example send_phone.png inside boo/res/drawable-nodpi somehow not included in project
also, boo/res/valuse has dimens xml dimension
any suggestions how this?
what do:
check resources make error in folder of module requires them (maybe not importing module resources 1 requires resources).
clean project , rebuild project (i guess did).
delete manually generated files in folder "build", , rebuild project.
if resources in folders, maybe it's workspace refresh issue.
Comments
Post a Comment