Using ringdroid as library

721 views Asked by At

I want to integrate audio scrubber in my project.I added ringdroid as module in my project.Then changed apply plugin: 'com.android.application' to

apply plugin: 'com.android.library'.

Then removed applicationId and deleted files RingdroidEditActivity and RingdroidSelectActivity..

Still I am getting below error-

Suggestion: use tools:overrideLibrary="com.ringdroid" to force usage
Error:Execution failed for task ':app:processDebugManifest'.
> Manifest merger failed with multiple errors, see logs

How to resolve this?I made the minSdkVersion and targetSdkVersion of build.gradle and manifest same.

0

There are 0 answers