Created
June 5, 2018 12:53
-
-
Save ddrpa/8d646bfc2d68334f57d0a12af58a44a2 to your computer and use it in GitHub Desktop.
failed to start avdmanager
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[source](https://stackoverflow.com/questions/46402772/failed-to-install-android-sdk-java-lang-noclassdeffounderror-javax-xml-bind-a) | |
Both JDK 9 and 10 are incompatible with android-sdk | |
``` | |
DEFAULT_JVM_OPTS='"-Dcom.android.sdklib.toolsdir=$APP_HOME" -XX:+IgnoreUnrecognizedVMOptions --add-modules java.se.ee' | |
``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment