when i run npx react-native build-android –mode=release to create a release version, it logs an error containing metro cache permission denied (the one inside temp) and when i run react-native doctor it gives this output
` ✓ JDK – Required to compile Java code
✓ Android Studio – Required for building and installing your app on Android
✓ ANDROID_HOME – Environment variable that points to your Android SDK installation
✓ Gradlew – Build tool required for Android builds
✖ Android SDK – Required for building and installing your app on Android
- Versions found: 34.0.0, 35.0.0
- Version supported: .b34.0.0`
I even did a reset to my windows and re installed everything as the docs specified.