Home › Forums › Mooshimeter Support › Build process Android app
- This topic has 5 replies, 2 voices, and was last updated 8 years, 7 months ago by
Anonymous.
- AuthorPosts
Daniel
GuestHello,
I installed GIT, Android Studio 1.0.1 and downloaded the source directly using the build in project source check out function from android studio.
But now I got stuck because Gradle gave me the error: Configuration with name ‘default’ not found.
I also do not see source files.
What can I do now?
Is the development process (tools, setup, .. ) somewhere described?
Greetings,
DanielAnonymous
GuestYou 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.
admin
KeymasterThanks Chris, appreciate it. You probably have deeper github knowledge than I do – do you know if it’s possible to set up GraphView to clone as a submodule when AndroidApp gets cloned? It would save on future confusions.
Thanks
Anonymous
GuestSure, just accept my latest pull request on github :)
admin
KeymasterAccepted – Thank you !
Anonymous
GuestHi,
Unfortunately I did not get it work:
Maybe I have some configuration missing…cmd.exe /c gradlew.bat
[]FAILURE: Build failed with an exception.
* What went wrong:
A problem occurred configuring project ‘:app’.
> Cannot evaluate module GraphView : Configuration with name ‘default’ not found.* Try:
Run with –stacktrace option to get the stack trace. Run with –info or –debug option to get more log output.BUILD FAILED
- AuthorPosts