You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since I added your library to my gradle file I get the following warning with an error
Warning:Dependency commons-logging:commons-logging:1.1.1 is ignored for release as it may be conflicting with the internal version provided by Android.
> com.android.ide.common.process.ProcessException: org.gradle.process.internal.ExecException: Process 'command '/Library/Java/JavaVirtualMachines/jdk1.7.0_51.jdk/Contents/Home/bin/java'' finished with non-zero exit value 2 ```
Does anyone has a solution for that?
The text was updated successfully, but these errors were encountered:
It seams that one of library dependencies is depending on commons-logging library. One solution would be to jarjardependencies and change package name of commons-logging library.
Since I added your library to my gradle file I get the following warning with an error
Warning:Dependency commons-logging:commons-logging:1.1.1 is ignored for release as it may be conflicting with the internal version provided by Android.
The text was updated successfully, but these errors were encountered: