![]() |
|
Google Abandons APKs for AABs - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Computers (https://sinister.ly/Forum-Computers) +--- Forum: Mobile & Tablets (https://sinister.ly/Forum-Mobile-Tablets) +--- Thread: Google Abandons APKs for AABs (/Thread-Google-Abandons-APKs-for-AABs) |
Google Abandons APKs for AABs - Oni - 07-02-2021 Google will be abandoning the .apk file format for .aab format. Since we've used APKs for 13 years, this makes me sad. Unsure of what this means for side-loading, though there isn't likely to be a huge change. Quote:Android's app file format, the APK (Android PacKage), has been with us since the 2008 launch of Android. It's portable, easy to create since it's just a structured .zip file, and widely supported by a variety of tools. Windows 11 is even going to support the format as part of its upcoming Android compatibility. Google, though, doesn't want APKs to be the way to publish an Android app anymore. Google's Android Developer Blog recaps how, starting in August, new apps being uploaded to the Play Store will need to use the new Android App Bundles (AAB) format to distribute apps. This sounds like just the beginning, and Google says that App Bundles "will replace the APK as the standard publishing format." Read More: https://arstechnica.com/gadgets/2021/07/google-play-dumps-apks-for-the-more-google-controlled-android-app-bundle/ RE: Google Abandons APKs for AABs - mothered - 07-03-2021 Quote:Google will be abandoning the .apk file format for .aab format.I assume It's backward compatible with every app specifically designed to run APK files. RE: Google Abandons APKs for AABs - ConcernedCitizen - 07-03-2021 I wonder if this will make it harder or, seemingly, easier to reverse and crack applications, and otherwise manipulate the projects. It's got to be essentially the same, virtually, as the programs would still behave the same after installation and wouldn't actually change their behavior, client-side at least. Some developers might be upset by this change but it can be relatively trivial to adapt their frameworks to account for the library changes. |