If someone stumbled upon this problem, this comes from the SDK version.
In the test case, just switch from:
@Config(constants = BuildConfig.class, sdk = 21, manifest = "src/main/AndroidManifest.xml")
at
@Config(constants = BuildConfig.class, sdk = 18, manifest = "src/main/AndroidManifest.xml")
Thanks @Exbury for the tip!