-
Notifications
You must be signed in to change notification settings - Fork 185
Closed
Labels
Milestone
Description
When deciding whether to desupport old API levels, use the Google Play statistics from the Android Studio new project wizard. The code which downloads the data is at tools/adt/idea/android/src/com/android/tools/idea/stats/DistributionService.java, and the URL it downloads is https://dl.google.com/android/studio/metadata/distributions.json. However, this has been updated irregularly in the past.
Checklist in product/gradle-plugin/README.md.
Relevant changes:
- 23:
- Dynamic linker improvements. This will allow many workarounds to be removed from the importer, plus the dynload_shlib patch (see #980).
- TestAndroidOutput fails to read logcat on ARM64 emulator, API levels 21-22 #771
- 24:
- Large file support on 32-bit platforms. This should allow us to remove lfs.patch – though note we only support 32-bit platforms with Python 3.11 and older.
- Java 8 interface
defaultandstaticmethods can't be called from Python on Android when minSdk < 24 #1204 - Extension modules fail to load on API level 23 #1139
Reactions are currently unavailable