-
Notifications
You must be signed in to change notification settings - Fork 282
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
[UPGRADE]: org.jitsi.meet.sdk.ConnectionService: Targeting S+ (version 31 and above) requires that an explicit value for android:exported be defined when intent filters are present #356
Comments
try setting target SDK version to 30 and compile SDK version to 31, this is only a temporary fix |
in my flutter project, It has the same error |
@TarishAhmed I am facing the same issue. your temporary given solution is working for me but it is not accurate. Did you find any other solution? |
This issue needs attention. I am facing the same thing as well! |
Can I work on this or is it already assigned? |
@Harishwarrior Hey, Please check it from your end. Give support to the latest android version. |
Awesome. I'll work on it right now. |
Thanks |
@tuantvu I have migrated this plugin. But, when I press start meeting the app crashes. |
@Harishwarrior This is the same problem we are facing and a black screen appears on some Android devices. Thanks in advance for your help. |
@jimmyjose-dev Check this if you can help us. Thank you. |
Seems like we need to change implementation part. Lemme try fixing it. |
Okay, I understand but it would be great if you could tell us when it will be completed. |
Currently I have no solution. I'll work on it. Don't know when it'll be fixed. Cause I don't wanna do workarounds to fix this temporarily. |
May I get any solution other than the temporary fixes |
Hi, based on exception looks like you have to add android:exported="true" to android manifest. Can you please make sure that you have added it to app/src/main/AndroidManifest.xml ? <application
...
<activity
...
android:exported="true"
.... I am not sure this may resolve the issue, but give it a try. |
Hi, I am also facing the same issue after upgrading flutter 3.0 |
try using this package jitsi_meet_wrapper instead. it works fine for me. |
Works! jitsi_meet_wrapper:
git:
url: https://github.com/Flutter-Fox/jitsi_meet_wrapper.git
path: jitsi_meet_wrapper/
ref: fix/pubspec |
this worked |
I was having this problem with gradle 7 with one of my newer apps. It works perfectly fine on one of my older app which is using gradle 6. So I changed my gradle version to 6 and it started working. I changed it to 6.7 in the build.gradle
gradle-wrapper.properties
|
use this in pubspec : |
@Eng-NUREDDIN where should I put this? I put on Pubsec.yaml but still not working. |
any updates ?? |
@habner12 sorry for the late response yes in the pubspec and it should work. what is the error you are getting? |
This solution worked for me.
|
@Eng-NUREDDIN Thank you so much! Now My App it works. 👍 |
@Eng-NUREDDIN your solution is working! Can you make it a standard package? |
Thanks, this is working, if want to where to add then [ add this in the manifest: manifest > application > after activity>add this ] from @MAlazhariy solution |
But this package has no terminated option programmatically! |
El problema es que aumenta 20 MB más a tu versión final y arroja varios errores en el informe de lanzamiento de google play console. |
thank you. It work for me |
Thank you for your workaround on this and it works if you use sdkVersion 30. But Google requires us to publish 31. Any updates on this? We would like to use your solution but we might have to find another solution because of this. |
I am still facing issue when I tap on join meeting and app crashes, I have tried to configure pro-guard.pro but it doesn't take effect! I am using jist_meet_wrapper, any fix? |
Looks like the package has been discontinued and has been replaced with jisti_meet_wrapper. Previously, I gave up on jitsi_meet because of no updates. Android 12+ devices where it crashes and you may try its wrapper package and go boom if it works on Android 12+. |
Dependency Information
Name:
Version:
Platform
Reason for upgrade
When I am running my project on Android 12 it shows an error that it android:exported is required in org.jitsi.meet.sdk.ConnectionService but this activity is not present in AndroidManifest.xml
*Provide additional context
The text was updated successfully, but these errors were encountered: