I've written an instrumented test. When I run it I get an error:
/Users/ilamasin/StudioProjects/ecwid/general/build/intermediates/packaged_res/debug/drawable/horizontal_divider_with_padding.xml:6: AAPT: error: resource dimen/horizontal_divider_thickness (aka com.ecwid.android.reports.test:dimen/horizontal_divider_thickness) not found.
It's my drawable in project and it exists. My project runs and works. But test doesn't. Did anyone has this error? I use Junit and Mockito (Sorry for my English)