-
Notifications
You must be signed in to change notification settings - Fork 113
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
Task :app:processDebugMainManifest FAILED #114
Comments
I have found the solution to integrate this library. if anyone faces any issues leave a comment for me. thanks |
Hi.. can you please help me out. This is not working for me. |
This happens for me as well. Would appreciate an assist @mehranali12 . I'm using Android 13 (API=33) with |
AndroidManifest.xml |
This is the issue with React-Native-Call-Detection actually their is a permission for phone state which is only working in android 10 or below.. version higher its not working and giving same.. I have tried by making a emulator with android 10 and it worked for me. |
Thanks everyone, @PopLocker714, I added this These are the permissions in my AndroidManifest file
I still have the Deprecated Gradle error but it doesn't prevent |
@thepragmaticidealist try changing the minimum sdk version, to do this in the
|
when I install this package, my app does not run and gives me this error and warning.
Task :app:processDebugMainManifest FAILED
Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.
You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
"react": "18.2.0",
"react-native": "0.72.7",
"react-native-call-detection": "^1.9.0",
The text was updated successfully, but these errors were encountered: