Skip to content

Latest commit

 

History

History
43 lines (25 loc) · 1.5 KB

README.md

File metadata and controls

43 lines (25 loc) · 1.5 KB

android-QMobileDataStore

Language Build

This android package belong to Android SDK and it contains all stuff to initialize and populate the Room database.

Build

To build you can open project with Android Studio or run

./gradlew assemble --console=rich

To check also your development environment you can run instead build.sh

Requirements

By installing Android Studio you could fulfill all requirements, but you could also download them separately.

Java 11

You could download it here

💡 Java 11 is embedded in recent Android Studio versions. For instance on macOS you could do

export JAVA_HOME="/Applications/Android Studio.app/Contents/jbr/Contents/Home"

Android SDK

To build you should download Android SDK or use one provided by Android Studio.

Then ANDROID_HOME environnement variable must defined the SDK path.

export ANDROID_HOME=<path to sdk>

Default path when using Android Studio for Android SDK on macOS is $HOME/Library/Android/sdk and on linux $HOME/Android/Sdk