this post was submitted on 31 Jul 2023
120 points (96.2% liked)
Voyager
5578 readers
36 users here now
The official lemmy community for Voyager, an open source, mobile-first client for lemmy.
Rules
- Be nice.
- lemmy.world instance policy
Sponsor development! ๐
๐
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I don't think so. You need to run npm build or something, then install ionic and capacitor, then run npx cap init, then go into the android folder and run ./gradlew build
Thanks. I'll look into it.
where did you get the instructions?
I just saw a gradlew file in the android folder so I ran gradlew build, and then I searched up the error messages I got until I fixed them
i am getting an error which i couldn't find a solution for, it's complaining about line 12 in /android/app/build.gradle . can you help me please?
Oh I forgot, you need to set the CI_BUILD_NUMBER environment variable to some number
i'm sorry if this is a stupid question, but how do i do that?
It's different on different operating systems. Search how to set environment variable for whatever operating system you use
still getting the same error.