You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to download the app in Google app store for an Android 12 device gives you the message that the "app was created for an older version of Android".
But downloading the apk from the Github release page works fine. I tried finding it in F-droid too without success.
The text was updated successfully, but these errors were encountered:
Android 12 removed the standard APIs for accessing files, and we have to use the Storage Access Framework now. APDE hasn't been updated to use the SAF yet, which is why it isn't available on Google Play for devices running Android 12 or later starting August. I have put a lot of effort into trying to address this situation, but I am very burnt out of it and I might never get around to fixing it.
See this commit for more narrative and details: f384e83 So basically I have an approach that seems to work, with some test coverage, but there's a lot of boring but important work still left. I included a description of the outstanding tasks in that commit. If anyone else is inclined to do that work and demonstrate a good testing strategy, I'm happy to merge and make a release.
This was on top of the big changes I needed to make to the way APDE uses aapt in order to support Android 12: a8da44c
I hadn't considered f-droid. If that's better than hosting here on github then I'm happy to put the latest release there.
Thanks for the explanation. Unfortunately, Android is not my area of expertise, so I'm not the best person to help solving that problem.
Regarding F-Droid, I find it a lot better than hosting apks on Github since it's like Google Play Store, but for open source apps only. You will get updates for your apps in a easier way than going to Github and checking if there is something new. Worth taking a look.
Trying to download the app in Google app store for an Android 12 device gives you the message that the "app was created for an older version of Android".
But downloading the apk from the Github release page works fine. I tried finding it in F-droid too without success.
The text was updated successfully, but these errors were encountered: