Android App Bundle (.aab) Format is getting enforced

The place to discuss anything and everything about running your LiveCode on Android

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

okk
Posts: 176
Joined: Wed Feb 04, 2015 11:37 am

Android App Bundle (.aab) Format is getting enforced

Post by okk » Fri Apr 23, 2021 5:37 pm

Hi,
I just noticed that from August 2021 the Android App Bundle publishing format becomes mandatory. How will this affect apps made in LC?
Starting August 2021, new apps will be required to target API level 30 (Android 11) and use the Android App Bundle publishing format. Starting November 2021, all app updates will be required to target API level 30 (Android 11). Apps with a download size of more than 150 MB are now supported by Play Asset Delivery and Play Feature Delivery.
Source:
https://android-developers.googleblog. ... t-api.html

Thanks for any pointers!
Oliver

jacque
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 7210
Joined: Sat Apr 08, 2006 8:31 pm
Location: Minneapolis MN
Contact:

Re: Android App Bundle (.aab) Format is getting enforced

Post by jacque » Sat Apr 24, 2021 7:07 pm

It's on the radar, you could add your name to the list of followers here:
https://quality.livecode.com/show_bug.cgi?id=22251
It does affect us.
Jacqueline Landman Gay | jacque at hyperactivesw dot com
HyperActive Software | http://www.hyperactivesw.com

okk
Posts: 176
Joined: Wed Feb 04, 2015 11:37 am

Re: Android App Bundle (.aab) Format is getting enforced

Post by okk » Sun Apr 25, 2021 9:55 am

Thanks jacque for the pointer. I am glad that it is on the radar. I signed up to the list. Google claims:
Most app projects won’t require much effort to build app bundles
I hope that is true. I feel a bit sorry for the LC team for being constantly forced to comply with the demands of Google or Apple.

Best
Oliver

SteveB
Posts: 40
Joined: Mon Sep 30, 2019 4:49 pm

Re: Android App Bundle (.aab) Format is getting enforced

Post by SteveB » Mon Jun 28, 2021 11:50 am

Has there been any progress on this? I see that Panos marked this as having a deadline of June 2021, but the latest release of Livecode (9.6.2) does not seem to have an option of building in .aab format. Saving as a standalone only builds an .apk format file.

jacque
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 7210
Joined: Sat Apr 08, 2006 8:31 pm
Location: Minneapolis MN
Contact:

Re: Android App Bundle (.aab) Format is getting enforced

Post by jacque » Mon Jun 28, 2021 5:28 pm

I've been wondering about this too. The actual deadline is (or has been moved to) August "for new apps" but it isn't clear whether that includes updates to existing ones in the Play Store.
Jacqueline Landman Gay | jacque at hyperactivesw dot com
HyperActive Software | http://www.hyperactivesw.com

SteveB
Posts: 40
Joined: Mon Sep 30, 2019 4:49 pm

Re: Android App Bundle (.aab) Format is getting enforced

Post by SteveB » Tue Jun 29, 2021 5:42 pm

From the Google Play Policies page:
After August 2021, all new apps and games will be required to publish with the Android App Bundle format. New apps and games must use Play Asset Delivery or Play Feature Delivery to deliver assets or features that exceed a download size of 150MB. Private enterprise apps are not subject to this requirement
and
When you upload an app bundle or APK, it needs to meet Google Play’s target API level requirements. By August 2021, new apps must target at least Android 11 (API level 30). By November 2021, all apps that are being updated must target at least Android 11 (API level 30). Until then, new apps and app updates must target at least Android 10 (API level 29). Wear OS apps are not subject to these new requirements.
Not eactly clear... I have a feeling though that after November 2021 updates will need to be in aab format as well.

jacque
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 7210
Joined: Sat Apr 08, 2006 8:31 pm
Location: Minneapolis MN
Contact:

Re: Android App Bundle (.aab) Format is getting enforced

Post by jacque » Tue Jun 29, 2021 8:01 pm

That helps, thanks. So updates have until November but new apps only have a month left. Changing the target level isn't hard to do by ourselves, we can edit the default manifest. But I have no idea how to implement app bundles without help from the LC team.
Jacqueline Landman Gay | jacque at hyperactivesw dot com
HyperActive Software | http://www.hyperactivesw.com

FourthWorld
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 9801
Joined: Sat Apr 08, 2006 7:05 am
Location: Los Angeles
Contact:

Re: Android App Bundle (.aab) Format is getting enforced

Post by FourthWorld » Tue Jun 29, 2021 8:23 pm

Oddly, nothing on the company blog about this.
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn

jacque
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 7210
Joined: Sat Apr 08, 2006 8:31 pm
Location: Minneapolis MN
Contact:

Re: Android App Bundle (.aab) Format is getting enforced

Post by jacque » Tue Jun 29, 2021 9:41 pm

FourthWorld wrote:
Tue Jun 29, 2021 8:23 pm
Oddly, nothing on the company blog about this.
They send out emails to registered developers. I wouldn't expect it in a blog post since the topic doesn't really apply to users. I got the first email about this months ago, and it's also been mentioned in their dev newsletters recently.
Jacqueline Landman Gay | jacque at hyperactivesw dot com
HyperActive Software | http://www.hyperactivesw.com

FourthWorld
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 9801
Joined: Sat Apr 08, 2006 7:05 am
Location: Los Angeles
Contact:

Re: Android App Bundle (.aab) Format is getting enforced

Post by FourthWorld » Tue Jun 29, 2021 9:59 pm

jacque wrote:
Tue Jun 29, 2021 9:41 pm
FourthWorld wrote:
Tue Jun 29, 2021 8:23 pm
Oddly, nothing on the company blog about this.
They send out emails to registered developers. I wouldn't expect it in a blog post since the topic doesn't really apply to users.
Yet here we are, where this topic comes up now and then since Google first announced the change.

With a developer tool, what is the difference between a "developer" and a "user"?
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn

jacque
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 7210
Joined: Sat Apr 08, 2006 8:31 pm
Location: Minneapolis MN
Contact:

Re: Android App Bundle (.aab) Format is getting enforced

Post by jacque » Wed Jun 30, 2021 12:10 am

Maybe I didn't understand which blog you meant. I was thinking the Google blog. I don't know why LC would blog about it any more than for one of the many iOS updates they have to make to keep up with Apple's changing landscape.
Jacqueline Landman Gay | jacque at hyperactivesw dot com
HyperActive Software | http://www.hyperactivesw.com

FourthWorld
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 9801
Joined: Sat Apr 08, 2006 7:05 am
Location: Los Angeles
Contact:

Re: Android App Bundle (.aab) Format is getting enforced

Post by FourthWorld » Wed Jun 30, 2021 12:37 am

jacque wrote:
Wed Jun 30, 2021 12:10 am
don't know why LC would blog about it any more than for one of the many iOS updates they have to make to keep up with Apple's changing landscape.
A lot of companies like to assure their customers by taking just a moment to let folks know they're on top of changes of this scope.
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn

SteveB
Posts: 40
Joined: Mon Sep 30, 2019 4:49 pm

Re: Android App Bundle (.aab) Format is getting enforced

Post by SteveB » Wed Jun 30, 2021 4:53 pm

What worries me is that unless the LC team can roll out 9.6.3 (or at least a patch for 9.6.2) within 2 months then none of us will be able to upload any new apps to the Android Play Store. Not necessarily a blog post, but some form of update on this to us registered LC users would not be amiss. We all have deadlines to meet and it would be nice to know if LC is going to be there for us.

jacque
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 7210
Joined: Sat Apr 08, 2006 8:31 pm
Location: Minneapolis MN
Contact:

Re: Android App Bundle (.aab) Format is getting enforced

Post by jacque » Wed Jun 30, 2021 5:58 pm

I bumped the QA report yesterday, you could add your comments too. That's the best place to follow the progress, and the more people who comment the better.

https://quality.livecode.com/show_bug.cgi?id=22251
Jacqueline Landman Gay | jacque at hyperactivesw dot com
HyperActive Software | http://www.hyperactivesw.com

SteveP495
Posts: 17
Joined: Sun May 02, 2021 1:59 am

Re: Android App Bundle (.aab) Format is getting enforced

Post by SteveP495 » Sat Jul 03, 2021 10:26 am

I wanted to add a voice to the QA report but couldn't. Should credentials be the same between forum and the QA pages ?

Emailed support to ask anyways

Post Reply

Return to “Android Deployment”