dovh-me commented on issue #1221: URL: https://github.com/apache/cordova-android/issues/1221#issuecomment-1731470824
For anyone who has installed multiple versions of java and uses Ubuntu and wants to run android 9.0.0. When changing the java version make sure you update both your java and javac alternatives in `update-alternatives` to **java 8** and **javac 8**. (Please do correct me if anything is wrong) - `sudo update-alternatives --config java` and select the java 8 from the options - `sudo update-alternatives --config javac` and select the java 8 from the options -- 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]
