• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Recent content by Jirka Ylönen

  1. J

    Forcing Android ID same in all builds of same app

    Is there way to force that at least debug APK, and release bundle/AAB (app installed from Play store) would have same Android ID in same phone. Even if I'd sign debug and release build with same keys, debug APK and release bundle still have different Android IDs.
  2. J

    Removing lib directory from APK

    Basic question. I'm beginner in Android programming. I'm further developing old Android Java code. There's lib directory inside APK, where's large native libraries: libc++_shared.so libruntimecore.so libruntimecore_java.so I've understood, however, that those libraries are not needed anymore...
  3. J

    Is Java 17 already supported in Android development

    Basic question. I'm beginner in Android development. Is Java 17 already supported in Android development? If not, do you know, when support will come. I use newest Android Studio 2021.3.1. Application doesn't need to work in older versions than Android 10.