this post was submitted on 20 Jun 2025
1 points (100.0% liked)

It's A Digital Disease!

23 readers
1 users here now

This is a sub that aims at bringing data hoarders together to share their passion with like minded people.

founded 2 years ago
MODERATORS
 
The original post: /r/datahoarder by /u/Swimming-Ad5188 on 2025-06-19 17:13:16.

Hello

I want to archive android programs in case I need to reinstall them and they have been removed from the store (or just in case an update removes a feature I rely on).

I know I can copy the apk from my device with adb, but some programs have native code that depends on the platform, and the apk on my device (downloaded from the Google store) only has the relevant code for the current architecture.

From the Android documentation I found out there is an aab (android bundle) format, which is uploaded to the store, and the used for creating "on the fly" the apk to install on my device.

Is there any way to download the aab from the store, or somehow get a multiplatform apk?

no comments (yet)
sorted by: hot top controversial new old
there doesn't seem to be anything here