6

I'm using react native to build my apps and thought to give Microsoft app center a chance.

The main issue I have is that I cannot finish the build.

This should be a non-production build that will be tested by the QA team.

This is the error I get:

Orlyyn
  • 2,296
  • 2
  • 20
  • 32
Liri Elgozi
  • 81
  • 1
  • 4

2 Answers2

2

I have found the issue.

I was the Gradle version, there is no 7.3**

The latest version is 7.1.1 so when I changed the URL to gradle-7.1.1-all.zip It worked.

Liri Elgozi
  • 81
  • 1
  • 4
0

Seems like a java compatibility issue with your project gradle!

Open your app center build config page > enable the Environment variables

Set JAVA_HOME as $(JAVA_HOME_11_X64) and click on save and build.

enter image description here

Gurbela
  • 1,184
  • 2
  • 16
  • 40