bonhag / song

Template for a Gradle-based Android application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a really basic template for and Android application using Gradle.

Use Gradle 1.9.

To build:

gradle build

This should produce a couple of .apk files. Install the debug one:

adb install build/apk/sing-debug-unaligned.apk

About

Template for a Gradle-based Android application