rene-dohan commented on issue #1409:
URL: 
https://github.com/apache/cordova-android/issues/1409#issuecomment-1146363894

   This is bug.. I am android developer I can build android apps run and 
release. I took a job from client downloaded cordoba project and I cannot get 
it to run. No doc about it anywhere. no clean solutions either. Now I started 
just pure simple clean Cordova project with commands: 
   
   ```
   cordova create 
   cordova platform add android
   cordova run android
   ```
   
   And I cannot get it work and I have everything up to date current versions. 
Still getting `Unsupported class file major version 61`
   
   So I installed acording to 
https://stackoverflow.com/questions/70598676/unsupported-class-file-major-version-61-cordova-mac
 JDK16 put it on path finaly it get through and again fail
   
   
   `Starting a Gradle Daemon, 3 incompatible Daemons could not be reused, use 
--status for details`
   
   and then:
   
   ```
   * What went wrong:
   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
   ```


-- 
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]

Reply via email to