This project purpose is to power the MiXiT app for Android.
-
Language: Kotlin
-
Android version : 27.0.3 (minimum target is 21)
-
Jackson : 2.9.4 used to deserialize json data
-
Markdown : txtmark 0.13
-
Travis for integration tests
-
Install [Git](https://git-scm.com/)
-
(Fork and clone (the project
-
Install Android Studio (>= 3.0.1)
-
Project used a gradle wrapper and you just have to open the project in the studio
You need to that in Android Studio with the default Virtual Device
If you have an error to launch the app on Linux try this hack
$ cd ~/Android/Sdk/emulator/lib64/libstdc++
$ mv libstdc++.so.6 libstdc++.so.6.bak
$ ln -s /usr/lib/x86_64-linux-gnu/libstdc++.so.6 libstdc++.so.6