When I try to run the program it appears: "Unable to make field private final java.lang.String java.io.File.path accessible: module java.base does not "opens java.io" to unnamed module @7c389728" It also appears:Main
I want to try to solve this and see how my program is going
I'm also getting this issue and solved by appending
in
org.gradle.jvmargs= ...propertyto the file
./android/gradle.propertieshope it will help you