-
Notifications
You must be signed in to change notification settings - Fork 63
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
base: master
Are you sure you want to change the base?
Conversation
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what does this do?
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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)
I tested it on the Quest 2, and I was able to use the microphone by adding some code. |
8b55244
to
bca9121
Compare
Issue
Changes
Result