The released app crash when startup without any prompts.
- I cloned the git repo
jitsi/jitsi-meet
. - Run
npm install
. There is an mistake of SASS. Then I changed the version of SASS to 'latest'. - Remove
node-modules
dir and runnpm cache clean --force
. - Run
npm install
. - Run
make
. - Generate android cert to
android/app/
and change thebuild.gradle
to apply the cert. - Run
./gradlew assembleRelease
inandroid/
. - Run
./gradlew installRelease
.
I also try the app on emulator and it crash too.
Android SDK 26 build tool 26.02