Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 1.35 KB

README.adoc

File metadata and controls

42 lines (28 loc) · 1.35 KB
mixit android

MiXiT Android App

This project purpose is to power the MiXiT app for Android.

Technologies used

  • 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

Developer guide

Prerequisite

Run the app in dev mod

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

Deploy the app

The deployment on Google Play Store is made by the team