Created
July 17, 2016 11:45
-
-
Save Egorand/fa8be60dc92d6d31fec86a83f2786584 to your computer and use it in GitHub Desktop.
android-testing-runtime-permissions-build-failure
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Error:Execution failed for task ':app:processDebugAndroidTestManifest'. | |
> java.lang.RuntimeException: Manifest merger failed : | |
uses-sdk:minSdkVersion 16 cannot be smaller than version 18 declared in library | |
[com.android.support.test.uiautomator:uiautomator-v18:2.1.2] | |
/<app-path>/app/build/intermediates/exploded-aar/com.android.support.test.uiautomator/uiautomator-v18/2.1.2/AndroidManifest.xml | |
Suggestion: use tools:overrideLibrary="android.support.test.uiautomator.v18" to force usage |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment