flutter android studio Exception in thread "main" java.lang.NoClassDefFoundError: javax/xml/bind/annotation/XmlSchema code example

Example 1: flutter Exception in thread "main" java.lang.NoClassDefFoundError: javax/xml/bind/annotation/XmlSchema at

#Installing Android SDK Command-line tools from Android SDK Manager
1- Open Tools > SDK Manager
2-From the left choose, Appearance & Behavior > System Settings > Android SDK
3-Select SDK Tools from the top menu
4- Check Android SDK Command-line tools and click 'apply'.

Example 2: Exception in thread "main" java.lang.NoClassDefFoundError: javax/xml/bind/annotation/XmlSchema

export PATH=$PATH:$ANDROID_HOME/cmdline-tools/latest/bin

Tags:

Java Example