0

I want start my react native app, but everytime when i try this i have some error:

//ERROR PHOTO//


I used this guide for configurated Android SDK, but I didn't have some parameters when configuring it in: SDK Manager -> SDK Tools
I haven't:

  1. GPU Debugging Tools
  2. Android SDK Tools
  3. And i haven't Folder Support Repository

//ANDROID SDK PHOTO//


And this my Path settings screen

//PATH PHOTO 1//

//PATH PHOTO 2//

//PATH PHOTO 3//

2
  • 1
    the error is "unsupported class file major version 60" which is usually caused by a incompatible java / gradle version could you share those? Commented Aug 16, 2021 at 9:07
  • @Nestoro, I'm not good at this, I hope this is what you need javac -version javac 1.8.0_301 Commented Aug 16, 2021 at 9:45

1 Answer 1

1

I ran into the same issues as you does. My solution is to install JDK according to the documentation

enter image description here

choco install -y nodejs.install openjdk8

After that, run again the project and it works!

Sign up to request clarification or add additional context in comments.

1 Comment

You're welcome :) Do upvote my answer so that more people who faced this issue got their solution

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.