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

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

Twilio: Android Dependencies Issue

I'm currently implementing two Twilio SDKs: Programmable Video IP Messaging Client I'm re… Read more Twilio: Android Dependencies Issue

How To Enable Lint Error In Android Studio For Message "call Requires Api Level 21 (current Min Is 16)"?

I have a method called setImageTintList() that requires min API to be 21. But, if I set my min API … Read more How To Enable Lint Error In Android Studio For Message "call Requires Api Level 21 (current Min Is 16)"?

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

Error: Gradle Dsl Method Not Found: Compile()

enter image description here Hello, we've created an android app for our site, but now you want… Read more Error: Gradle Dsl Method Not Found: Compile()

How To Make An Android Library Available Via Build.gradle?

I made an android library that I'd like upload to make it available for all the android devs vi… Read more How To Make An Android Library Available Via Build.gradle?

Include /libs/ Folder In Aar

Feel like Im going mad here - this must be so simple! I have an android aar which I have built from… Read more Include /libs/ Folder In Aar

Failed To Resolve: Support-core-ui

This is all I have as my project's repositories: repositories { jcenter() google() … Read more Failed To Resolve: Support-core-ui