Skip to content Skip to sidebar Skip to footer
Showing posts with the label Dependencies

Importing Htmlunit To Android Project

I downloaded the htmlunit-2.xx-OSGi.jar from htmlunit sourceforge page. Moved that jar into my /lib… Read more Importing Htmlunit To Android Project

Android Studio Error- Mixing Versions Can Lead To Run-time Crashes

I get an error after adding 'com.firebaseui:firebase-ui-auth:1.0.0' to the dependency. The … Read more Android Studio Error- Mixing Versions Can Lead To Run-time Crashes

Java.exe Finished With Non-zero Exit Value 2

My previous play service version is 6.5.87 and I upgraded to 7.0.0 then Got this error com.android… Read more Java.exe Finished With Non-zero Exit Value 2

Gradle: Exclude A Dependency's Package

Is it possible to exclude a package from an Android Gradle dependency so it does not end up inside … Read more Gradle: Exclude A Dependency's Package

Gradle: How To Exclude Javax.realtime Package From Jscience Jar Dependency (multiple Dex Define)

I'm using Gradle in my Android application an I would like to use the JScience library dependen… Read more Gradle: How To Exclude Javax.realtime Package From Jscience Jar Dependency (multiple Dex Define)

'com.android.support:support-v4:27.1.1' And 'com.firebaseui:firebase-ui-auth:3.2.2'

I have an error compatibility with the dependencies 'com.android.support:support-v4:27.1.1'… Read more 'com.android.support:support-v4:27.1.1' And 'com.firebaseui:firebase-ui-auth:3.2.2'

Android Studio: Add Project As Library

I want to add this project as library to my project in android studio. this is what I tried, I have… Read more Android Studio: Add Project As Library

Duplicate Class Com.google.android.gms.location.places.zza Found

These are my dependencies in manifest file implementation fileTree(dir: 'libs', includ… Read more Duplicate Class Com.google.android.gms.location.places.zza Found