-
Type: Task
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Ansible, Continuous Integration
-
Tags:
-
Sprint:nxfit 8.4.6
-
Story Points:5
Install lib32ncurses5 and lib32z1
Install Android SDK from http://dl.google.com/android/android-sdk_r24.4.1-linux.tgz and update the following components:
tools,platform-tools,build-tools-23.0.1,android-23,extra-android-m2repository,extra-google-m2repository
Check that existing signing keystore nuxeo.jks works fine.
Set in ~/.gradle/gradle.properties:
org.gradle.daemon=true NUXEO_RELEASE_STORE_FILE=<path_to_keystore> NUXEO_RELEASE_KEY_ALIAS=<keystore_alias> NUXEO_RELEASE_STORE_PASSWORD=<keystore_password> NUXEO_RELEASE_KEY_PASSWORD=<key_password>
Set ANDROID_HOME environment variable to /opt/build/tools/android-sdk-linux.