Cannot install web or android project on MacBook Pro M3 #1955
Unanswered
giraudvalentin
asked this question in
Technical Discussion
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I wanted to start testing & maybe developping features in this project but i can't make the project work on my computer (Macbook pro M3) ❌
Somes infos on my computer
I installed Gradle with :
brew install gradle
Android App
I have followed docs from https://github.com/iSoron/uhabits/blob/dev/docs/BUILD.md
Suggestion : Seen that theres is many project (ios, android, server, web), it could be nice to have one README.md per subproject.
I installed Android Studio, and loaded the entire project (not just Android)
I don't have link for "Install missing platforms", but errors instead,
Tell me if you want the entire stacktrace
Build.sh
Should I do something with this file ? https://github.com/iSoron/uhabits/blob/ab86cee70bbdfa692887f8e54bb02a88609f85e7/build.sh
When i do
➜ ./build.sh
I have an error :Error: ANDROID_HOME is not set correctly; /platform-tools/adb not found
Folowing https://developer.android.com/tools/variables, it may be because i dont have the entire setup (No "ANDROID_HOME"), so I ran without success commands in this page :
I dunno what to do with that..
Web Project
Because i think the project is not compatible with >16
npm i --legacy-peer-deps
npm test
ornpm run test
(packages.json scripts)npm run compile
(packages.json scripts) :make
command not work tooLike the error tell, there is no gradlew file in uhabits-core-legacy folder
But there is one at root folder, that start, but raise an error too :
Conclusion
I have quite a bit of knowledge in NodeJS,
Regarding Android it's been quite a long time since I did it but I learn and understand quickly, Regarding Java (server) I'm not sure I want to touch it 😆 but remain curious when even..
Maybe these problems are linked to my OS but I think that the README.md should be improved by project so that everyone can make improvements
The README.md file is also used to identify these different installation problems, as well as the starting point (test, start) of the projects
There you go, if anyone has any ideas to fix this, don't hesitate to ask if you have any questions,
I find this project beautiful (open source, free) and it totally fit my needs.
THANKS 😃
Beta Was this translation helpful? Give feedback.
All reactions