Open twkevinzhang opened 3 years ago
I suggest you try building and running the sample app on your phone.
I tried to run Sample on the Pixel emulator and there was no same error. But it will be on my phone.
It's because of targetSdkVersion 30 your app is using. This library doesn't support for target 30
E/libc: Access denied finding property "vendor.camera.aux.packagelist"
Summary
i have used this lib in MVP, and I still get this error in the cleanest and purest Project when i play video.
Environment
Code
MainActivity.kt
activity_main.xml
build.gradle
manifest.xml
What I've tried