To put new apps in the store you need to target Android 31.
However, the jar file which comes with the Required resources on the download page is android30.jar
My app seems to compile and run fine, but I was wondering if I should upgrade to android31.jar
The android.jar post says
Thanks
However, the jar file which comes with the Required resources on the download page is android30.jar
My app seems to compile and run fine, but I was wondering if I should upgrade to android31.jar
The android.jar post says
android.jar
Set under Tools - Configure Paths. android.jar is a referenced library. It is only used during compilation.
It doesn't affect the runtime behavior and it will not cause your app not to run on older versions.
Use the latest version available to avoid compilation errors.
Thanks