Skip to content
natanieljr edited this page Jul 31, 2018 · 1 revision

Known issues installing and executing Droidmate

  • JDK 9/10 on Windows fails to build with Gradle.
The following error occured "unable to load 'javax.xml.bind.annotation.XmlSchema'"

The required Android SDK 23 has incompatibility issues with JDK 9 and 10, thus JDK 8 is required in order to build/run DroidMate.

Others have also problems with the Android SDK and higher JDKs:

https://stackoverflow.com/questions/46402772/failed-to-install-android-sdk-java-lang-noclassdeffounderror-javax-xml-bind-a

This problem as not reproduced under Unix/Linux.

Clone this wiki locally