Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

There are a few steps that can be taken to fix Android Bundle Release failure caused by Java version differences when upgrading from React Native .67.5 to .68.6:

  1. Upgrade the Java Development Kit (JDK) to the latest version.
  2. Update the gradle version to the latest version.
  3. In the android/app/build.gradle file, set the compileSdkVersion, targetSdkVersion, and buildToolsVersion to the latest version available.
  4. Update the support library to the latest version.
  5. Ensure that all dependencies in the android/app/build.gradle file are updated to the latest version.
  6. In the android/gradle.properties file, set the org.gradle.java.home property to the updated JDK path.
  7. Clean the project and rebuild it.

By following these steps, you should be able to resolve the Android Bundle Release failure issue caused by Java version differences when upgrading from React Native .67.5 to .68.6.