

It sounds like I may be missing a configuration or something similar? I followed EMBs instructions on the DocWiki to configure my project. javaandroidappceleratorappcelerator-alloyappcelerator-studio.

If I manually run the above command but use the 1.8.0_60\bin\java.exe instead, it complains about a missing buildconfig.json file - which is missing from the release folder. Where is it determining that it needs to use JDK1.7.0_25? I can't see this anywhere in my Tools > Options? Surely it should be using the one I defined in my SDK Manager? Error: E6408 Unable to execute '"C:\Program Files\Java\jdk1.7.0_25\bin\java.exe" -jar "c:\program files (x86)\embarcadero\studio\20.0\bin\android\bundletool-all-0.10.3.jar" build-bundle -modules="C:\Development\Project\Android64\Release\Project\base.zip" -output="C:\Development\Project\Android64\Release\myShiftPlanner\bin\Project-unsigned.aab" -config="C:\Development\Project\Android64\Release\Project\buildconfig.json"' (Error 1)

minor version 52.0 error is possible because the jar was compiled in JDK 1.8, but you are trying to run it using a JDK 1.7 environment. minor version is because during compile time you are using a higher JDK and a lower JDK during runtime. The odd thing is that the command Delphi is running is: The error regarding the unsupported major. Unsupported major.minor version 55.0 in Android Studio Android Studio uses the value of JAVAHOME to find the current Java version.
#UNSUPPORTED MAJOR.MINOR VERSION 52.0 ANDROID STUDIO FOR ANDROID#
I've always used JDK1.8.0_60 and that's what the paths are in my SDK Manager for Android 32 and 64 targets. Error: E6408 : com/android/tools/build/bundletool/BundleToolMain : Unsupported major.minor version 52.0 The project is configured to build this, but I'm getting an error at Deployment time: I've successfully built and tested my app on Android 64 with Rio 10.3.3 and now trying to build the.
