Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing the android's build #42

Merged
merged 1 commit into from
Jun 6, 2022
Merged

Fixing the android's build #42

merged 1 commit into from
Jun 6, 2022

Conversation

gustavo-em
Copy link
Collaborator

@gustavo-em gustavo-em commented Jun 6, 2022

What does this PR do?

  • It fixes problems that happened to build the application

resume of problems i needed to solve

  • jsBundle
    I needed to execute this commmand to generate the jsBundle
    npx react-native bundle --platform android --dev false --entry-file index.js --bundle-output android/app/src/main/assets/index.android.bundle --assets-dest android/app/src/main/res/

  • react native update previously caused some incompatibility errors, then i needed to add these lines in "android/settings.gradle"
    includeBuild('../node_modules/react-native-gradle-plugin') if (settings.hasProperty("newArchEnabled") && settings.newArchEnabled == "true") { include(":ReactAndroid") project(":ReactAndroid").projectDir = file('../node_modules/react-native/ReactAndroid') }

image

image

@TiagoJacobs TiagoJacobs merged commit f2115e2 into bigbluebutton:main Jun 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants