Skip to content

EQDiet/EQDietAlphaMobile0.1

Repository files navigation

EQDiet Alpha Mobile 0.1

EQDiet: Free Open-source Healthy Diet App

Welcome to EQDiet Alpha Mobile version 0.1. Hope you enjoy using our app! You can visit our website here

To know more about this release, visit this link

Image of EQDiet

(Image designed by 千图网 on Pngtree.com)

Building source code:

Requirements:

  • Latest Java SE Development Kit (JDK). Click here if you don't have it.

Build status:

GitHub Actions AppVeyor Azure Pipelines
Android CI Build status Build Status
Java CI with Gradle ---------- ----------
Android CI assembleDebug ---------- ----------

Procedure:

  1. Set Java JDK bin folder to PATH. View this video if you don't know how to do it (only Windows).
  2. Download source code by clicking "clone or download" button or by running this command:
    git clone https://github.com/EQDiet/EQDietAlpha0.25.git (Only if you have GIT installed)
  3. Extract the files to any folder.
  4. Open command prompt or terminal.
  5. Go to the destination folder you have extracted the files.
  6. ONLY FOR LINUX USERS. Run chmod +x gradlew to get gradlew execution permission
  7. Run gradlew.bat build on Windows or ./gradlew build on Linux. This is the full compilation method and we recommend it. However, you can run gradlew.bat app:assembleDebug on Windows or ./gradlew app:assembleDebug on Linux for a quick compilation method. Ignore all warnings that will appear.
  8. Go to app → build → outputs → apk → debug.
  9. Find app-debug.apk file. That's EQDiet Alpha Mobile apk! Now go to an Android mobile phone to test it.
  • Remember that the compiler that is included in this project will be getting older and outdated. You can upgrade the Gradle compiler by runing this command: gradlew wrapper --gradle-version=[version number]. Replace [verion number] with Gradle's latest version. ATTENTION: Do not upgrade to Gradle 7.0 when this is released.

This project is protected by the MIT License. You can read it here.

© 2020, EQDiet. - eqdiet.weebly.com