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:

  1. check resources make error in folder of module requires them (maybe not importing module resources 1 requires resources).

  2. clean project , rebuild project (i guess did).

  3. delete manually generated files in folder "build", , rebuild project.

if resources in folders, maybe it's workspace refresh issue.


Comments

Popular posts from this blog

python - pip install -U PySide error -

arrays - C++ error: a brace-enclosed initializer is not allowed here before ‘{’ token -

cytoscape.js - How to add nodes to Dagre layout with Cytoscape -