Reply | Reply To: Build process Android app

Home Forums Mooshimeter Support Build process Android app Reply To: Build process Android app

#2298
Anonymous
Guest

You have to pull the GraphView repo as a git submodule into the Android-App repository.
You need the following folder structure:

Mooshimeter-AndroidApp
Mooshimeter-AndroidApp/app
Mooshimeter-AndroidApp/GraphView (this folder is missing, pull it from https://github.com/mooshim/GraphView)

If you do this, gradle builds the project without a problem.