Skip to content
GPDAJ edited this page Jan 24, 2017 · 18 revisions

1- Clone the sourcecode:

git clone git@github.com:libreliodev/android.git

2- Customize the app by following the instructions at https://github.com/libreliodev/android/wiki/Customization

Building in Android Studio

1- File > Import Project... > Select "/android/settings.gradle"

2- In the "main/src/script/custom.gradle" file change "com.editor.project" by your project name.

Click the green Run button

Building with Gradle on the command line

./gradlew assembleMagazinesMagazineDebug

OR

./gradlew assembleMagazinesMagazineRelease

The APK will be in main/build/outputs/apk/

//FIXME add signing instructions

Compatibility

This building configuration has been tested With:

-Android Studio version: 2.2.3

-Gradle version: 2.14.1

-API 23

-Build Tools version: 23.0.2

Clone this wiki locally