Skip to content Skip to sidebar Skip to footer

Flutter Java.lang.module.findexception: Module Java.se.ee Not Found

I encounter this error when trying to run default flutter app in android studio : Launching lib/main.dart on sdk gphone x86 arm in debug mode... Running Gradle task 'assembleDebug'

Solution 1:

I fixed it with reinstall the Android SDK Command-line Tools

Go to the android studio settings, click two times on the checkbox of Android SDK Command-line Tools to reinstall it.

enter image description here

Post a Comment for "Flutter Java.lang.module.findexception: Module Java.se.ee Not Found"