Skip to content

mixitconf/mixit-android

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages