Exception in thread "main" java.lang.UnsupportedClassVersionError: com/android/tools/build/bundletool/BundleToolMain : Unsupported major.minor version 52.0
I am trying to run bundletool.jar to extract apks from .aab in android studio.
Exception in thread "main" java.lang.UnsupportedClassVersionError: com/android/tools/build/bundletool/BundleToolMain : Unsupported major.minor version 52.0
I am trying to run bundletool.jar to extract apks from .aab in android studio.
This error occurs when you have installed lower version of jdk and then try to run bundletool.jar which required higher version of jdk to run.
In my case I had jdk 1.7 installed and then I did to steps:
and everything is working fine.