Topic | Build process Android app

Home Forums Mooshimeter Support Build process Android app

Viewing 5 reply threads
  • Author
    Posts
    • #2297 Reply
      Daniel
      Guest

      Hello,
      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,
      Daniel

    • #2298 Reply
      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.

    • #2308 Reply
      admin
      Keymaster

      Thanks 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

    • #2318 Reply
      Anonymous
      Guest

      Sure, just accept my latest pull request on github :)

    • #2321 Reply
      admin
      Keymaster

      Accepted – Thank you !

    • #3114 Reply
      Anonymous
      Guest

      Hi,
      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

Viewing 5 reply threads
Reply To: Build process Android app
Your information:




This site is protected by reCaptcha and the Google Privacy Policy and Terms of Service apply.

The reCAPTCHA verification period has expired. Please reload the page.