What’s wrong with packing my Android game? I really couldn’t find a solution to this.
Are you using Java that come with Android Studio or you have installed a specific version of Java ? You should use Java that come with Android Studio.
I have installed Java separate from Oracle’s website (jdk-20 to be more specific). But how and where is it possible to find out whether I have Java installed with Android Studio?
!!Uninstall that Java. When you install Android Studio you have already Java in “C:\Program Files\Android\Android Studio\jre”
That’s the only Java you need to compile for Android platform.
Is there any updates?