You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am getting an issue in using screenshare.aar with android 12. As it has service in it which is not exported.
Manifest merger failed : android:exported needs to be explicitly specified for element <service#io.agora.rtc.ss.impl.LocalScreenSharingService>. Apps targeting Android 12 and higher are required to specify an explicit value for android:exported when the corresponding component has an intent filter defined.
The text was updated successfully, but these errors were encountered:
Hi,
I am getting an issue in using screenshare.aar with android 12. As it has service in it which is not exported.
Manifest merger failed : android:exported needs to be explicitly specified for element <service#io.agora.rtc.ss.impl.LocalScreenSharingService>. Apps targeting Android 12 and higher are required to specify an explicit value for
android:exported
when the corresponding component has an intent filter defined.The text was updated successfully, but these errors were encountered: