Skip to content

Instantly share code, notes, and snippets.

@ddrpa
Created June 5, 2018 12:53
Show Gist options
  • Save ddrpa/8d646bfc2d68334f57d0a12af58a44a2 to your computer and use it in GitHub Desktop.
Save ddrpa/8d646bfc2d68334f57d0a12af58a44a2 to your computer and use it in GitHub Desktop.
failed to start avdmanager
[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