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).
When Android compiles, resource files with parameters will be divided and merged. Folders like
drawable-hdpi-v4
are actually merged fromdrawable-hdpi
anddrawable-v4
(maybe there is nodrawable-v4
in your code. That may be in the jar package you quoted).