zegoim / zego-express-reactnative-sdk

ZegoExpressEngine Library for ReactNative(with native iOS/Android)
MIT License
5 stars 1 forks source link

FAILURE: Build failed with an exception. #2

Open codingdud opened 4 months ago

codingdud commented 4 months ago

Steps to Reproduce

  1. Include zego-express-engine-reactnative in a React Native project.
  2. Attempt to build the project.
  3. Observe the build failure.

Expected Behavior

The build should complete successfully without errors related to the package attribute in the AndroidManifest.xml.

Actual Behavior

The build fails due to an incorrect package attribute in the AndroidManifest.xml of the zego-express-engine-reactnative package.

Recommendation

It is recommended to remove the package="im.zego.reactnative" attribute from the AndroidManifest.xml file located at C:\Users\darkhornat\OneDrive - kiit.ac.in\workspace\reactNative\contex\node_modules\zego-express-engine-reactnative\android\src\main\AndroidManifest.xml as it is no longer supported.

wassiq commented 3 months ago

Getting same error any solution @codingdud