Android Studio LadyBug 2024.2.1

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

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

j9v6
Posts: 99
Joined: Tue Aug 06, 2019 9:27 am
Contact:

Android Studio LadyBug 2024.2.1

Post by j9v6 » Wed Oct 09, 2024 1:08 pm

Hi All,

I may have foolishly upgraded to Android Studio LadyBug. Now when I try building for Android I get the delightful error message as shown below:

Image

Is there a quick fix or shall I just roll back to a previous version of Android Studio?

Thanks,
Al.
Attachments
Android-Studio-LadyBug_LiveCode-9-6-13.png

LiveCode_Panos
Livecode Staff Member
Livecode Staff Member
Posts: 861
Joined: Fri Feb 06, 2015 4:03 pm

Re: Android Studio LadyBug 2024.2.1

Post by LiveCode_Panos » Fri Oct 11, 2024 8:10 am

Hello Al,

You need to ensure the installed version of the SDK Build Tools is *exactly* 31.0.0 - and no newer version of the *build tools* is installed.

Kind regards,
Panos

simon.schvartzman
Posts: 665
Joined: Tue Jul 29, 2014 12:52 am

Re: Android Studio LadyBug 2024.2.1

Post by simon.schvartzman » Sat Oct 12, 2024 5:37 pm

Hi, I got the following error with SDK 31
googleplay.png
so I updated to LC 10.0.1 (rc 1), install SDK 34, and now I'm getting the following when I try to save as a Standalone
error.jpg
What I am missing?

Thanks of any help!
Simon
________________________________________
To ";" or not to ";" that is the question

LiveCode_Panos
Livecode Staff Member
Livecode Staff Member
Posts: 861
Joined: Fri Feb 06, 2015 4:03 pm

Re: Android Studio LadyBug 2024.2.1

Post by LiveCode_Panos » Mon Oct 14, 2024 8:26 am

Hello all,

Note that SDK Build Tools is something *different* from SDK Platform.

You do need:

- SDK Platform API 34
- SDK Build Tools 31.0.0 (and nothing newer)

See this lesson for more details and screenshots:

https://lessons.livecode.com/a/1770871- ... -checklist

Kind regards,
Panos
--

simon.schvartzman
Posts: 665
Joined: Tue Jul 29, 2014 12:52 am

Re: Android Studio LadyBug 2024.2.1

Post by simon.schvartzman » Mon Oct 14, 2024 12:26 pm

Hi Panos, many thanks for your response, I think I have follow all the hints but still no success, please see my environment below to identify what can I be making wrong.

I have made a clip because is easy to see everything.

https://youtu.be/AafT4bEuH_w

Thanks!
Simon
________________________________________
To ";" or not to ";" that is the question

Klaus
Posts: 14177
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: Android Studio LadyBug 2024.2.1

Post by Klaus » Mon Oct 14, 2024 12:32 pm

Hi Simon,

see screenshot...

Best

Klaus
Attachments
sdk_tools.jpg

simon.schvartzman
Posts: 665
Joined: Tue Jul 29, 2014 12:52 am

Re: Android Studio LadyBug 2024.2.1

Post by simon.schvartzman » Mon Oct 14, 2024 1:54 pm

Kaus, many thank for your response, I did as you mentioned and still getting the same error from Google
Screenshot 2024-10-14 at 09.52.07.png
What's else?
Simon
________________________________________
To ";" or not to ";" that is the question

Klaus
Posts: 14177
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: Android Studio LadyBug 2024.2.1

Post by Klaus » Mon Oct 14, 2024 2:03 pm

Sorry, no brilliant idea currently... :(

LiveCode_Panos
Livecode Staff Member
Livecode Staff Member
Posts: 861
Joined: Fri Feb 06, 2015 4:03 pm

Re: Android Studio LadyBug 2024.2.1

Post by LiveCode_Panos » Mon Oct 14, 2024 2:15 pm

Hello Simon,

Are you able to upload the new .aab to the Play Store, or is it rejected?

From the looks of it, it seems like the screenshot you have attached (from the Play Store) refers to an issue for your existing app - and it will eventually go away once you upload a new build (and it is approved).

Kind regards,
Panos
--

simon.schvartzman
Posts: 665
Joined: Tue Jul 29, 2014 12:52 am

Re: Android Studio LadyBug 2024.2.1

Post by simon.schvartzman » Mon Oct 14, 2024 3:10 pm

Thanks Panos for your answer.

I was able to upload the new .aab, I will see if the message goes away once the new version is approved as you say, thanks again
Screenshot 2024-10-14 at 11.06.58.png
Screenshot 2024-10-14 at 11.06.58.png (24.67 KiB) Viewed 25238 times
Simon
________________________________________
To ";" or not to ";" that is the question

simon.schvartzman
Posts: 665
Joined: Tue Jul 29, 2014 12:52 am

Re: Android Studio LadyBug 2024.2.1

Post by simon.schvartzman » Tue Oct 15, 2024 10:01 pm

Dear Panos, the version compiled with RC1 using

- SDK Platform API 34
- SDK Build Tools 31.0.0 (and nothing newer)

was approved and is already available in the Google Play but the message is still present in my Console
Screenshot 2024-10-15 at 17.57.03.png
What's else can I do?

Thanks
Simon
________________________________________
To ";" or not to ";" that is the question

Klaus
Posts: 14177
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: Android Studio LadyBug 2024.2.1

Post by Klaus » Wed Oct 16, 2024 8:41 am

Just sit and wait! :-)
It takes some time, I had the same problem and it went away in a couple of days after the app was approved and in the store.

To be honest: Google suxx! 8)

simon.schvartzman
Posts: 665
Joined: Tue Jul 29, 2014 12:52 am

Re: Android Studio LadyBug 2024.2.1

Post by simon.schvartzman » Wed Oct 16, 2024 11:43 am

Klaus, as always you were right...message has gone away today (it would be great if I can use the same criteria when it is me to pay Google for my services...)

Regards
Simon
________________________________________
To ";" or not to ";" that is the question

j9v6
Posts: 99
Joined: Tue Aug 06, 2019 9:27 am
Contact:

Re: Android Studio LadyBug 2024.2.1

Post by j9v6 » Wed Nov 13, 2024 12:11 pm

LiveCode_Panos wrote:
Fri Oct 11, 2024 8:10 am
Hello Al,

You need to ensure the installed version of the SDK Build Tools is *exactly* 31.0.0 - and no newer version of the *build tools* is installed.

Kind regards,
Panos
Hi Panos, yes that was it exactly! All up and running now. Thanks

macrhino
Posts: 3
Joined: Tue Nov 17, 2009 4:32 pm

Re: Android Studio LadyBug 2024.2.1

Post by macrhino » Mon Feb 17, 2025 2:22 pm

I have a different problem with Android Studio. I keep getting the same error.
Screenshot 2025-02-17 at 16.19.25.png
Here is what I have installed.
Screenshot 2025-02-17 at 16.19.25.png
And this
Screenshot 2025-02-17 at 16.21.14.png
What am I missing?
Attachments
Screenshot 2025-02-17 at 16.20.39.png

Post Reply