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

Android - App Crashes On Pre-lollipop Devices

My app is running well on Lollipop devices but it keep crashing on prior to version Lollipop. I hav… Read more Android - App Crashes On Pre-lollipop Devices

Illegal Argument Exception When Adding External Library To Android Studio

I created four libraries in Eclipse that are interdependent. When I add the libraries to my Android… Read more Illegal Argument Exception When Adding External Library To Android Studio

Firebase Version Conflicts With Support Library

I know this is a common question and I already read several posts and modify many times my gradle f… Read more Firebase Version Conflicts With Support Library

Android Studio Exclude Class Or File From Jar

How to exclude class or any another file from jar library in Android Studio Gradle? I tried to use … Read more Android Studio Exclude Class Or File From Jar

Issue With Finding Gradle Built Project

I am using some plugin actionbarpulltorefresh, but in my code PullToRefreshLayout is not resolved b… Read more Issue With Finding Gradle Built Project

Command Git Finished With Non-zero Exit Value 128

When I migrate Android project from Eclipse to Android Studio, use travis ci to build the project, … Read more Command Git Finished With Non-zero Exit Value 128

Gradle Window In Missing In Android Studio For My Flutter Project

The gradle window is missing in the android studio for my flutter project but it is available for m… Read more Gradle Window In Missing In Android Studio For My Flutter Project

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