-
Install JDK 1.7
-
Install Android SDK and API level 22
-
Create file
local.propertiesin the root of the project with contentsdk.dir=/path/to/android/sdk -
Import project in Android Studio/IntelliJ
./gradlew clean check build
- Install with
adb install -r build/outputs/apk/or-android-debug.apk