Mobile support

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

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
checkupleg
Posts: 1
Joined: Fri Feb 21, 2025 8:37 am
Contact:

Mobile support

Post by checkupleg » Fri Feb 21, 2025 8:39 am

When I put my sdk in the preferences of my livecode then the JDK Path does not start. I am using Window 11
How can I fix this problem ?

Letancock
Posts: 1
Joined: Wed Nov 06, 2024 4:51 pm
Contact:

Re: Mobile support

Post by Letancock » Thu Jun 12, 2025 5:08 am

checkupleg wrote:
Fri Feb 21, 2025 8:39 am
When I put my sdk in the preferences of my livecode then the JDK Path does not start. I am using Window 11
How can I fix this problem ?
I had a similar issue on Windows 11 — make sure your JDK path doesn’t have spaces and points to the correct root folder (like C:\Program Files\Java\jdk-XX). Also check that JAVA_HOME is set correctly in your environment variables. Restart LiveCode after setting it, that helped in my case.

dunbarx
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 10360
Joined: Wed May 06, 2009 2:28 pm

Re: Mobile support

Post by dunbarx » Thu Jun 12, 2025 1:54 pm

Always gratified to see new users posting here. In this case, a first time post, rather technical, answered by a first time post, rather technical.

Craig

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

Re: Mobile support

Post by Klaus » Thu Jun 12, 2025 3:12 pm

I love the smell of bots in the morning! 8)

dunbarx
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 10360
Joined: Wed May 06, 2009 2:28 pm

Re: Mobile support

Post by dunbarx » Thu Jun 12, 2025 7:38 pm

Klaus,

Rereading, you may be correct. If so, I am depressed. But look how well they write!!!

And the posts are months apart. Bots are reading other bots old posts??? Or are they from the same one, which was merely biding its time?

Why then are we not flooded with these things?

Craig

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

Re: Mobile support

Post by Klaus » Fri Jun 13, 2025 1:26 pm

Craig,

yep, BOTS are learning fast!
Why then are we not flooded with these things?
Well we ARE in fact, but "yours truly" always tries to delete that shit
before it comes to your eyes! :D

A couple of days before I manually deleted about 20 postings from ONE user, which only stated:
Created with (the name of some bloody AI software)!
I hate it, it does not make any sense, but people do whatever is possible,
no matter how meaningless it may be...

Best

Klaus

dunbarx
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 10360
Joined: Wed May 06, 2009 2:28 pm

Re: Mobile support

Post by dunbarx » Fri Jun 13, 2025 6:00 pm

Well, Klaus, that is why you get paid the big bucks.

Craig

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

Re: Mobile support

Post by Klaus » Fri Jun 13, 2025 6:14 pm

dunbarx wrote:
Fri Jun 13, 2025 6:00 pm
Well, Klaus, that is why you get paid the big bucks.
Craig
Yep! :D :D :D

richmond62
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 10143
Joined: Fri Feb 19, 2010 10:17 am

Re: Mobile support

Post by richmond62 » Fri Jun 13, 2025 8:06 pm

checkupleg :D

jaui
Posts: 12
Joined: Mon Dec 21, 2020 6:06 am

Re: Mobile support

Post by jaui » Fri Sep 05, 2025 2:46 pm

HP Laptop 17-cn0xxx, Win 11, Java 11, Android Studio Narwhal, LiveCode 10.0.3 rc-1. I have diligently followed every step of the LiveCode and Android Studio lesson (even unchecking obsolete files) x times (also with Win10). But I always get Path (none). In my frustration, I asked an LLM and got this answer, to which there is nothing to add:
"Faulty path detection: The fact that LiveCode automatically finds the path for Java 8 but not for Java 11, even though the path is set correctly in the registry, indicates a bug in LiveCode's path detection logic. The developers may have adapted the path detection to take into account the old registry scheme for Java 8, but have not fully implemented the changes for newer Java versions."

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

Re: Mobile support

Post by Klaus » Fri Sep 05, 2025 4:49 pm

Please create a bug report here: https://quality.livecode.com
Thank you!

jaui
Posts: 12
Joined: Mon Dec 21, 2020 6:06 am

Re: Mobile support

Post by jaui » Sat Sep 06, 2025 5:33 pm

Klaus

I have submitted a bug report and here’s a short summary for the forum:

On Windows 11, LiveCode 10.0.3 rc-1 fails to detect JDK 11 (Oracle or Adoptium/Temurin). The JDK Path in Preferences → Mobile Support always remains (none), even though JAVA_HOME, PATH, and registry keys are correctly set and java/javac run fine from the command line. By contrast, LiveCode still recognizes JDK 8 — but JDK 8 is obsolete and cannot be used for Android API 35, which Google now requires. This effectively blocks Android deployment. The fix should be to update LiveCode’s JDK detection logic to properly recognize JDK 11 from registry and/or environment variables.

jaui

SparkOut
Posts: 2951
Joined: Sun Sep 23, 2007 4:58 pm

Re: Mobile support

Post by SparkOut » Sat Sep 06, 2025 7:10 pm

Hi, I don't know if this might be the issue, but have you properly and completely removed Java v 8 from your computer before trying with v 11?

If that happens to fix your issue, you should please add this note to update the bug report. If not, probably worth mentioning that in the report too.

jaui
Posts: 12
Joined: Mon Dec 21, 2020 6:06 am

Re: Mobile support

Post by jaui » Sun Sep 07, 2025 5:46 am

Hi,
Yes, I’ve completely removed Java 8 from my system and confirmed that no traces remain.

Post Reply