What went wrong: Execution failed for task ':zego-express-engine-reactnative:processDebugManifest'.
A failure occurred while executing com.android.build.gradle.tasks.ProcessLibraryManifest$ProcessLibWorkAction Incorrect
package="im.zego.reactnative" found in source AndroidManifest.xml: C:\Users\darkhornat\OneDrive -
kiit.ac.in\workspace\reactNative\contex\node_modules\zego-express-engine-reactnative\android\src\main\AndroidManifest.xml.
Setting the namespace via the package attribute in the source AndroidManifest.xml is no longer supported. Recommendation:
remove package="im.zego.reactnative" from the source AndroidManifest.xml: C:\Users\darkhornat\OneDrive -
kiit.ac.in\workspace\reactNative\contex\node_modules\zego-express-engine-reactnative\android\src\main\AndroidManifest.xml.
Steps to Reproduce
Include zego-express-engine-reactnative in a React Native project.
Attempt to build the project.
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.
package="im.zego.reactnative" found in source AndroidManifest.xml: C:\Users\darkhornat\OneDrive - kiit.ac.in\workspace\reactNative\contex\node_modules\zego-express-engine-reactnative\android\src\main\AndroidManifest.xml. Setting the namespace via the package attribute in the source AndroidManifest.xml is no longer supported. Recommendation: remove package="im.zego.reactnative" from the source AndroidManifest.xml: C:\Users\darkhornat\OneDrive - kiit.ac.in\workspace\reactNative\contex\node_modules\zego-express-engine-reactnative\android\src\main\AndroidManifest.xml.
Steps to Reproduce
zego-express-engine-reactnative
in a React Native project.Expected Behavior
The build should complete successfully without errors related to the
package
attribute in theAndroidManifest.xml
.Actual Behavior
The build fails due to an incorrect
package
attribute in theAndroidManifest.xml
of thezego-express-engine-reactnative
package.Recommendation
It is recommended to remove the
package="im.zego.reactnative"
attribute from theAndroidManifest.xml
file located atC:\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.