Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo

Static code analysis for Java and Groovy projects using Checkstyle, PMD, FindBugs and CodeNarc. Plugin implements unified console output for all quality plugins which greatly simplifies developer workflow: only console is required for working with violations and makes it feel the same as java compiler errors.

Dec 24, 2017

Gradle AnimalSniffer plugin for Java or groovy projects. AnimalSniffer used to check compatibility with lower java version (when compiling with newer java) or android (sdk version).

Dec 23, 2017
Advertisement

Mkdocs documentation generation and publishing plugin.

Dec 23, 2017

Gradle plugin for Spoon 2+ and Android Gradle Plugin 3+.

Dec 21, 2017

R2Assistant is a tool to generate R2.java's fields rapidly.

Dec 2, 2017

Modification of the standard Maven Publish plugin to be compatible with android-library projects (aar).

The android-maven-publish plugin provides a SoftwareComponent like java plugin (components.java). The android component is used to determine which aar files to publish, and which dependencies should be listed in the generated POM file.

Dec 2, 2017

Easy way to put classes in main dex.

Nov 27, 2017

Android Gradle plugin generates App Shortcuts shortcuts.xml for build flavors with different applicationId.

When it useful?

If you look at the official documentation of static App Shortcuts, you'll see that for each intent you need to set the android:targetPackage. But, what if you have different applicationId in different flavors?

In this case, you'll need copy your shortcuts.xml in two folder dev and prod with single difference. And if you create a new flavor with different applicationId you need to copy it again. Since at this moment we do not have any built-in merge tools applicationId from build.gradle to the shortcuts.xml this gradle plugin will be useful.

Oct 26, 2017

Gradle plugin developed to facilitate screenshot testing for Android.

Sep 9, 2017

A very simple Gradle plugin (and/or a factory method) to generate version data based on environment status.

Jul 20, 2017

Publish multiple modules of a project, be it an android library, one containing NDK, a pure java one or even an annotation processor. Whatever you want to publish in Bintray, do it in a mega easy and customizable way.

This plugin also supports dependencies resolution between local modules (since the POM cant contain local references for logical reasons) in a fully transparent way.

Jun 24, 2017

Gradle plugin to generate config classes for your Android projects.

Jun 13, 2017

A Gradle plugin that adds support for VectorDrawableCompat to the Data Binding Library.

May 13, 2017

Define the fonts of your Android project directly from the build.gradle.

Apr 5, 2017

This plugin provides a task to generate a HTML license report based on the configuration. (eg. licenseDebugReport for all debug dependencies in an Android project).

Applying this to an Android or Java project will generate a the license file (open_source_licenses.html) in the <project>/build/reports/licenses/.

Mar 6, 2017

Add badge (version code, version name, etc) for your DEBUG APK.

Feb 15, 2017

Base repository to demonstrate the process of uploading an aar/jar to JitPack.

Feb 11, 2017

Releasing versions in Gradle is very different from releasing in Maven. Maven came with maven-release-plugin which did all the dirty work. Gradle has no such tool and probably doesn't need it anyway. Evolution of software craft came to the point, when we start thinking about SCM as ultimate source of truth about project version. Version should not be hardcoded in pom.xml or build.gradle.

Jan 25, 2017

Android Version plugin is a gradle plugin that helps managing version for Android projects. Plugin is especially helpful when you are dealing with complex build structure with multiple flavours and apk splits.

Jan 25, 2017
Gradle script for downsizing graphical assets in development builds

Usually you don't care how big the deployed APK is. However, if you are using metered connection and remote ADB, it would be good idea to build possibly smallest APK file.

Uglyfier for Android is a gradle script which will shrink all image resources in your application during build. It will look ugly, but image files will be 10 times smaller. Ninepatch (9-patch) PNGs are fully supported, with transparency preserved!

Jan 17, 2017

A tool to automate the gathering of profiling and benchmarking information for Gradle builds.

Jan 12, 2017

Gradle Script Kotlin provides support for writing Gradle build scripts using JetBrains' Kotlin language. It aims to provide Gradle users with a rich, flexible and statically-typed approach to developing build logic in conjunction with the best IDE and tooling experience possible.

Jan 7, 2017

Crate is a simple gradle plugin to generate a list of classes for all files/folders included in your projects assets directory, for compile time safety. This is how the R classes used for referencing resources work. It also has the advantage of removing the need to use the notoriously slow AssetManager.list() methods.

Jan 4, 2017

Static code analysis plugin for Android projects.

Jan 4, 2017

screenshot-tests-for-android allows to generate fast deterministic screenshots while running instrumentation tests in android.

Dec 18, 2016

This gradle plugin is designed for allowing Android dependencies using git. This allows you to use any Android library from a git repo based on commit or branch.

Dec 16, 2016

A Gradle plugin for building Java and Android-based ROS2 projects.

Dec 16, 2016

A set of Gradle plugins to build and use Xtext languages and the Xtend programming language.

Dec 16, 2016

A gradle plugin to calculate Android-friendly version names and codes from git tags. If you are tired of manually updating your Android build files for each release, or generating builds that you can't trace back to code, then this plugin is for you!

Dec 16, 2016

As the official Android Gradle plugin cannot resolve the native dependencies, the .so files would not be copied to the sub-directory of jniLibs. This plugin is aim to solve this problem, in addition to provide file rename and abi filtering utility functions.

Dec 16, 2016