I'm using Jake Wharton's double-espresso (
https://github.com/JakeWharton/double-espresso). I've just updated my app 
to version 0.11.1 of the gradle build tools and get the following error 
when building now:

...
:app:processMyBadassAppDebugTestManifest
/Users/scompt/MyBadassApp/android/build/intermediates/exploded-aar/com.jakewharton.espresso/espresso/1.1-r3/AndroidManifest.xml:0:0
 Error:
    uses-sdk:minSdkVersion 8 cannot be smaller than version 15 declared in 
library test manifest
:app:processMyBadassAppDebugTestManifest FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':app:processMyBadassAppDebugTestManifest'.
> java.lang.RuntimeException: Manifest merger failed : uses-sdk:minSdkVersion 8 
> cannot be smaller than version 15 declared in library test manifest

I can workaround the error by either using the old manifest merger:

android {
    useOldManifestMerger true
    ...
}

or by setting the minSdkVersion of my app to 8, which obviously isn't a 
workable solution.

-- 
You received this message because you are subscribed to the Google Groups 
"adt-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to