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 designed by 千图网 on Pngtree.com)
- Latest Java SE Development Kit (JDK). Click here if you don't have it.
GitHub Actions | AppVeyor | Azure Pipelines |
---|---|---|
---------- | ---------- | |
---------- | ---------- |
- Set Java JDK bin folder to PATH. View this video if you don't know how to do it (only Windows).
- 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) - Extract the files to any folder.
- Open command prompt or terminal.
- Go to the destination folder you have extracted the files.
- ONLY FOR LINUX USERS. Run
chmod +x gradlew
to get gradlew execution permission - Run
gradlew.bat build
on Windows or./gradlew build
on Linux. This is the full compilation method and we recommend it. However, you can rungradlew.bat app:assembleDebug
on Windows or./gradlew app:assembleDebug
on Linux for a quick compilation method. Ignore all warnings that will appear. - Go to app → build → outputs → apk → debug.
- 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