mamins1376 / mindroid

Minimal Android app project template using Make

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Minimal Android Project Template

Creates an empty activity. Needs Java 8 installed, along with one Android SDK platform version.

Building

Make sure $ANDROID_HOME points to SDK installation.

  1. Adjust project name along with build-tools, cmdline-tools and platform version in Makefile.
  2. $ make will create the apk file in project root
  3. $ make install will also install that on the device attached to adb.

About

Minimal Android app project template using Make


Languages

Language:Makefile 92.0%Language:Java 8.0%