Godot Version
4.6
Question
i am trying to export andorid with gradle , but our country is sancted so i got this erors :
FAILURE: Build failed with an exception.
* Where:
Build file ‘E:\RNA\new-game-project\android\build\build.gradle’ line: 3
* What went wrong:
Plugin [id: ‘com.android.application’, version: ‘8.6.1’] was not found in any of the following sources:
- Gradle Core Plugins (plugin is not in ‘org.gradle’ namespace)
- Included Builds (No included builds contain this plugin)
- Plugin Repositories (could not resolve plugin artifact ‘com.android.application:com.android.application.gradle.plugin:8.6.1’)
Searched in the following repositories:
Google
MavenRepo
Gradle Central Plugin Repository
maven(https://plugins.gradle.org/m2/)
maven2(Repository - Sonatype Nexus Repository)
* Try:
Run with --stacktrace option to get the stack trace.
Run with --info or --debug option to get more log output.
Run with --scan to get full insights.
Get more help at https://help.gradle.org.
BUILD FAILED in 1m 22s
what can i do to solve this problem ?
thanks