mmin18 / LayoutCast

Cast android code and resource changes to the running application through ADB.
1.71k stars 173 forks source link

Build error with Gradle #1

Closed Folyd closed 9 years ago

Folyd commented 9 years ago

Here is the gradle build error log,

Error:Execution failed for task ':app:processProductReleaseManifest'.
> Manifest merger failed : uses-sdk:minSdkVersion 14 cannot be smaller than version 15 declared in library /Users/wichna/IdeaProjects/alice/app/build/intermediates/exploded-aar/com.github.mmin18.layoutcast/library/1.1.3/AndroidManifest.xml
    Suggestion: use tools:overrideLibrary="com.github.mmin18.layoutcast" to force usage

My application minSdkVersion is 14,i don't know how to fix this problem.Can you help me out?Thanks.:)

mmin18 commented 9 years ago

use lcast.jar instead of maven import in build.gradle, just like eclipse do.