I have been upgrading my app from react native 0.64.1 to 0.71.16.
I followed the steps outlined in the react-native upgrade helper. I have the IOS version running fine, but the android version will not build. It continues to fail with this exception.
I am fairly new to react native, and have spent the last 2 days troubleshooting this issue without success.
Some more info:
javac version: 11.0.23
echo $ANDROID_HOME = /Users/—/Library/Android/sdk
echo $JAVA_HOME = /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
Android Studio Info:
SDK: Android SDK platform 33
Google APIs ARM 64 v8a System Image
SDK Tools: 33.0.0
Any help would be greatly appreciated.
I expected the android app to build without error.