It seems like there are some issues with downloading the required dependencies for the zego_express_engine package. The error message suggests that there are network connectivity issues or problems with the repositories from where the dependencies are being downloaded.
Here are some things you can try to resolve the issue:
-
Check your internet connection: This error can occur when there is a problem with your internet connection. Try to access the URLs mentioned in the error message from your web browser and see if they are accessible.
-
Check the repositories: The error message mentions that the dependencies could not be downloaded from https://maven.aliyun.com/ and https://archiva-maven-storage-prod.oss-cn-beijing.aliyuncs.com/. Check if these repositories are accessible and working properly. You can also try adding other repositories that host the required dependencies to your project.
-
Try running the command with the --refresh-dependencies option: This will force Gradle to download all the dependencies again, even if they are already cached on your local machine. You can try running the command flutter clean and then flutter run --refresh-dependencies to see if it resolves the issue.
-
Update the Gradle version: The error message mentions that the project could not find the android property. This could be because of an outdated version of Gradle. Try updating your Gradle version to the latest stable version.
-
Try using a VPN: If the issue persists, you can try using a VPN and connecting to a different location to download the dependencies.
If none of the above solutions work, you can try reaching out to the package author or the community for further assistance.
To know more, join our Flutter Course today.