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

Publications(s) Specified But No Publications Exist In Project :library

I am trying to upload my Library to JCenter Repository . I followed this tutorial : https://www.vi… Read more Publications(s) Specified But No Publications Exist In Project :library

Gradle Script To Autoversion And Include The Commit Hash In Android

I need to write a gradle script to auto version my application on every commit. I need to also incl… Read more Gradle Script To Autoversion And Include The Commit Hash In Android

Using Preferencescreen With Applicationidsuffix

I'm having some problems making PreferenceScreen and applicationIdSuffix work together. Supposi… Read more Using Preferencescreen With Applicationidsuffix

Run Connectedandroidtest And Skip Uninstall

Is there a way to call the task connectedAndroidTest and skip the uninstall task at the end of the … Read more Run Connectedandroidtest And Skip Uninstall

Gradle Task Jar Not Working

I am trying to include a file into my .jar but failed to do so, it says BUILD SUCCESSFUL but the cl… Read more Gradle Task Jar Not Working

Android: Searchableinfo Is Null When Using Packagenamesuffix In Gradle Build Script

I encountered that the method getSearchableInfo always returns null during SearchView initializatio… Read more Android: Searchableinfo Is Null When Using Packagenamesuffix In Gradle Build Script