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

Fix GeckoViewPlugin build errors. #50

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

YourBestDeveloper
Copy link

Issue

  • GeckoViewPlugin build failed

image

Changes

  • update gradle version

Result

  • build success

image

@IanPhilips
Copy link
Owner

Ah I haven't seen this PR before! I'm not sure why I didn't see the email.

Have you tested the plugin in a device build as well?

@@ -12,4 +12,4 @@ org.gradle.jvmargs=-Xmx1536m
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true


android.useAndroidX=true
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what does this do?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you remove this line, the build will fail.

AndroidX is a major improvement to the original Android Support Library, which is no longer maintained.
https://developer.android.com/jetpack/androidx

image

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For what it's worth, I dealt with build errors to and left info about my experience here (including stuff on androidx): #28 (comment)

@YourBestDeveloper
Copy link
Author

Have you tested the plugin in a device build as well?

I tested it on the Quest 2, and I was able to use the microphone by adding some code.

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.

3 participants