An Open-Source Android Application for Gift Ideas
There are many choices for Android development. I use IntelliJ 13.1 Community Edition, Java 1.7, and the 'SDK Tools Only' package of the Android SDK.
- Fork or clone sgrailways/giftidea
- Install the Android SDK.
- Ensure
JAVA_HOME
andANDROID_HOME
environment variables are set - Start an emulator or plug in a device with USB debugging turned on
- From the repository directory, run
./gradlew
(.\gradlew.bat
on Windows)
See LICENSE