Problem opening tests on Redmi 9s

Hi Anderson, the reason why you’re seeing this popup is because you’re targeting Android 11 (API Level 30) or above in your build settings. To fix this, you can either set your target API Level to Android 10 (API Level 29), or you can add a queries tag in your AndroidManifest.xml as detailed in the Building for Android 11 (API level 30) and higher section of documentation. There is also a related thread you can use as a reference. Do please note though that the gradle related part of that section only applies if you’re using Unity 2019.