NRFi
April 4, 2025, 2:38pm
82
Link: Minimum SDK... Play Store doesn't like my .aab - #41 by Anke
@Taifun Can you tell me more about the extension that you have created for Android apps - minsdk21.aix ?
-How does it work? What does it do? Is there a way for me to review the code?
Thanks in advance, I was unable to update the older thread above.
Nick
NRFi
April 4, 2025, 2:42pm
84
You found me very fast
I don't see how to update the older thread I was looking at.
Anke
April 4, 2025, 2:45pm
85
Import the extension and drag it onto the screen. That's all. It declares minSdkVersion = 21 in the Manifest.
NRFi
April 4, 2025, 2:52pm
86
I have tested it and have it working already - I'm looking for any additional context, including a screenshot of the code if possible or some steps on how I could review it myself (I did try already, wasn't able to).
Anke
April 4, 2025, 2:55pm
87
Hmm, I'm not sure what you're getting at. If the extension works, as you seem to have verified, what's your problem?
NRFi
April 4, 2025, 3:15pm
88
I wanted to review the code is all - looking for any help doing that.
Taifun
April 4, 2025, 3:16pm
89
@Anke let me suggest to open source that little helper extension, so others are able to verify its source
Taifun
Anke
April 4, 2025, 3:22pm
90
Ok, the relevant part of the extension is here:
NRFi
April 4, 2025, 3:54pm
91
Why is the iconname included in this extension? Could that be removed to reduce reliance on an external site?
Anke
April 4, 2025, 3:58pm
92
It's the extension icon; you can also leave it out. Anyone can do it however they want.
Obrigado, funcionou para meu app.
Taifun
April 10, 2025, 6:40pm
94
yes, it could be stored it subdirectoery aiwebres and added locally by the extension author like this
iconName = "aiwebres/icon.png"
however
Taifun
Hi,
I followed your instructions and loaded my aab bundle successfully. Thank you.
Lye SK
[quote="ewpatton, post:65, topic:133782"]
After I turned off the "Installer check" the save button (loose its brilliance) cannot work.
I also tried another option from ChatGPT, and it didn't work.
Any other ideas please?
Anke
May 10, 2025, 7:14am
97
I did "Import and drag it onto the screen." It didn't change anything.
Should I use the extension in the BLOCS section? How?
Thank you
TIMAI2
May 10, 2025, 5:30pm
99
See this post for a different method:
This is a new feature of Google Play and has nothing to do with extensions. Specifically, Google now by default has a feature called "Automatic Protection" for apps, which if turned on injects new code into the AAB before it is converted into APKs to be distributed to users. The code Google injects requires the app be min SDK 21. It looks like if you turn it off you can upload AABs created by App Inventor without issue (like every app ever made up until Google introduced this new mechanism). Herβ¦
Taifun
May 10, 2025, 5:46pm
100
You should not get the error message in Google Play anymore
Do you like to show us in a screenshot what you did and which message you get from Google Play?
No
Taifun
1 Like
Thank you Taifun. I tried it again, I believe that the SDK21 is
possibly solved, but I have got the
key signing nightmare . Any hint on how to do that, PLEASE. Tks