You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2022/06/03 21:08:44 UTC

[GitHub] [cordova-android] rene-dohan commented on issue #1409: Apple M1 Support

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: issues-unsubscribe@cordova.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org