Unrecognized VM option 'MaxPermSize=512m' and Could not create the Java Virtual Machine when running React Native Apps (closed)
I tried to run react native app with this command. npx react-native run-android --variant=stagingDebug --appId com.xx_staging But I am getting this error message. I want to run multiple java versions on my machine. How can I do that? Also I…