rene-dohan opened a new issue, #1440: URL: https://github.com/apache/cordova-android/issues/1440
# Bug Report ## Problem: ``` brew instal cordova cordova create cordova platform add android cordova run android ``` ### What is expected to happen? Should work ### What does actually happen? On JDK18 or 17 I get something like `Unsupported class file major version 61` On JDK16 I get : ``` Execution failed for task ':app:processDebugMainManifest'. > Unable to make field private final java.lang.String java.io.File.path accessible: module java.base does not "opens java.io" to unnamed module @754bd4c ``` ### Environment, Platform, Device CPU Apple M1 ARM, flawless android development with current toolchain. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
