迷茫2017-04-17 15:10:41
When Android compiles, resource files with parameters will be divided and merged. Folders like drawable-hdpi-v4
are actually merged from drawable-hdpi
and drawable-v4
(maybe there is no drawable-v4
in your code. That may be in the jar package you quoted).