I’m trying to pack a project in UE4.26.2 for android. I receive errors in response:
I assume that the problem is in gradle, but I don’t understand how to solve it. I read on various forums that it is necessary to change jcenter() to mavenCentral() in the build.gradle file. I changed it, but when I start repackaging the project for android, in my build.gradle file automatically mavenCentral() changes back to jcenter()…
Android Studio version: 4.2.2 (tried fourth and 3.8.3 - same error everywhere) Unreal Engine version: 4.26.2
About SDK, NDK, JDK: