3

I using YouTubeAndroidPlayerApi for Playing YouTube videos it was working good before Android 11 but when i installed System update to Android 11 it's stop working. I'm using OnePlus 8 device i also tested this code in Pixel 2 XL emulator but same error occur. Same code working on or before Android 10.

YouTubeAndroidPlayerApi version : YouTubeAndroidPlayerApi-1.2.2.zip

Error is : enter image description here

Mansukh Ahir
  • 3,373
  • 5
  • 40
  • 66

1 Answers1

1

As mentioned here, it's because of package visibility on Android 11. you need to add a proper "query" tag to your AndroidMonifest.

Zahra Jamshidi
  • 681
  • 6
  • 9