alejandrorosas / android-uvc-rtmp-stream

UVC Rtmp Stream App for Android
Apache License 2.0
27 stars 13 forks source link

Android target #18

Closed mylaimani closed 3 years ago

mylaimani commented 3 years ago

Is there any way to set targetSdkVersion to 29 or 30

When I try to change the target to 30, application gets crashed

alejandrorosas commented 3 years ago

There's an issue with trying to get permission when you set the target SDK version of your app to 30. It was reported here https://issuetracker.google.com/issues/145082934 and you can find some investigations around that in here: https://github.com/saki4510t/UVCPermissionTest