I am working on a android project which has older Java version when i run my app in android studio. this error occurs: Unable to make field private final java.lang.String java.io.File.path accessible: module java.base does not ...
Community Forum Latest Questions
I have open a old android project and upgraded to new Gradle but this error is occuring: 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 @6343c582 Help ...
I am facing this issue Cause: superclass access check failed: class butterknife.compiler.ButterKnifeProcessor$RScanner (in unnamed module @0x65e8e2f6) cannot access class com.sun.tools.javac.tree.TreeScanner (in module jdk.compiler) because module jdk.compiler does not export com.sun.tools.javac.tree to unnamed module @0x65e8e2f6
When is Upload aab file on Play Console, I saw this messege “You uploaded an APK or Android App Bundle which has an activity, activity alias, service or broadcast receiver with intent filter, but without ‘android:exported’ property set. This file ...