- JDK 8 or above
-
Clone the sources.
$ git clone https://github.com/Jyothsnasrinivas/eta-android-2048.git $ cd eta-android-2048
-
Add your Android SDK path in
local.properties
.local.properties
sdk.dir=[SDK-Path-Here]
-
Build the APK.
$ ./gradlew assembleDebug
If you want to test it on your phone first enable the developer mode and run the command below. Similarly for testing on emulator.
$ ./gradlew installDebug
If you want to build the release apk which has proguard enabled, run the command below:
$ ./gradlew assembleRelease