AgoraIO-Community / VideoUIKit-ReactNative

A React Native package to simply integrate Agora Video Calling or Live Video Streaming to your app with just a few lines of code.
MIT License
95 stars 43 forks source link

Task :app:processDEbugMainManifest FAILED #73

Closed HalilFocic closed 2 years ago

HalilFocic commented 2 years ago

Target device: RedMi Note 10 Pro

Describe the issue I set up new react native project using npx react-native init MyProject and after installing react native agora and ui kit i get this error when building.

Screenshots

Screenshot 2022-07-05 at 11 01 01
HalilFocic commented 2 years ago

After googling I found out that Android 12 requires android:exported property which i need to add to agora and ui kit,but I really don't know how to find that file