Problem with running react-native android on mac Os

i am new to react native running yarn android i get an error concerning gradle...

i will be greatfull if anyone can help me..

`FAILURE: Build failed with an exception.

startup failed: General error during semantic analysis: Unsupported class file major version 61

java.lang.IllegalArgumentException: Unsupported class file major version 61`

Upvotes: 1

Views: 404

Answers (1)

Wishaal Khan
Wishaal Khan

Reputation: 135

I think the problem is being caused because of one of the following reasons;

  1. Misconfigured Java Run-time
  2. Misconfigured Android SDK

I'd advise you to follow the guide at ReactNative.dev

Upvotes: 2

Related Questions