-
Notifications
You must be signed in to change notification settings - Fork 445
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
Package androidx.localbroadcastmanager.content does not exist #594
Comments
Hey, i have been facing a similar issue and i found out that google has split the v4 library into multiple packages : Note: Prior to Support Library revision 24.2.0, there was a single v4 support library. That library was divided into multiple modules to improve efficiency. For backwards compatibility, if you list support-v4 in your Gradle script, your app will include all of the v4 modules. However, to reduce app size, we recommend that you just list the specific modules your app needs. hence we need to add explicitly mention androidx.localbroadcastmanager:localbroadcastmanager:1.1.0 dependency. i wanted to create PR for the same but dont have push rights, if someone can help me with that, it will be great. Till then i have created a fork with fix here - https://github.com/ohheyitskartik/react-native-callkeep-with-broadcast-manager |
Hello @ohheyitskartik, everyone have the right to open a PR. I don't understand why you said that. Do you have a message for this issue? |
Android : adding localbroadcastmanager support (#594 Fix)
@alexanderoskin that work, open node_modules/react-native-callkeep/android/build.graldew add : |
how can I fix this error so that I don't have to modify the plugin files every time? |
When this bug will be fixed? |
Facing the same issue I have to update build.gradle at following path. /node_modules/react-native-callkeep/android/build.gradle I have attached gradle file as build.txt due to github security. |
"react-native": "0.70.0", same issue *Update Fix merged to master but not released yet |
waiting for the fix to be released |
@manuquentin, can you update the package on https://www.npmjs.com/package/react-native-callkeep?? |
package need to be released new version, although it should be automated |
Same issue for me |
any update on this issue ? |
Until a new version is released you can change in your package.json file
to
to get the fix right away. |
Any update |
is this released yet? and if it's not is there any workarounds to use this fix? |
I think this is fixed with |
Bug report
I've checked the example to reproduce the issue.
Reproduced on:
Android
iOS
Description
Package androidx.localbroadcastmanager.content does not exist error in VoiceConnection.java:27.
Steps to Reproduce
Install latest Callkeep and try to build project for Android with the latest React Native.
Versions
Logs
The text was updated successfully, but these errors were encountered: