Search found 67 matches: could not compile service support class

Searched query: could not compile service support class

ignored: support could not

by Sionech2004
Thu Jul 09, 2026 8:37 am
Forum: Android Deployment
Topic: Unable to Create Android Standalone App
Replies: 0
Views: 683

Unable to Create Android Standalone App

... try to do it, it says "Could not compile service support class".
I found some Topics in the Forum, but none of them could help me.
Also, in preferences>mobile support, below the Android SDK root, It says: "JDK Path: (none)" but I entered the Android SDK root.
I hope you can help me.
by trevix
Fri Jun 14, 2024 8:43 pm
Forum: LiveCode Builder
Topic: Creating an extension library with ChatGPT
Replies: 1
Views: 37424

Creating an extension library with ChatGPT

... been connected and those that have not. The extension should include all ... java.util.ArrayList;

public class WiFiHelper {
private WifiManager ... WifiManager) context.getSystemService(Context.WIFI_SERVICE);
}

public ... handler

end module

Step 4: Compile the Java Code
Set up the Android ...
by ckacadv
Sun Dec 03, 2023 2:47 pm
Forum: Android Deployment
Topic: Android Studio - Additional JDK not needed (Solution to Java is none error)
Replies: 33
Views: 350199

Re: Android Studio - Additional JDK not needed (Solution to Java is none error)

... Android\Sdk
Livecode is not complaining about that ... app i get error "Could not compile service support class". I just don't know what to do anymore.
by kim yongsun
Mon May 22, 2023 11:01 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: "while saving the standalone application could not compile service support class" error
Replies: 8
Views: 9944

Re: "while saving the standalone application could not compile service support class" error

... I've solved this problem
It's all thanks to you, but this time I have another new problem
"could not link resources - error C:/users~"
There are a series of difficult problems, but after searching, I don't think the solution will be difficult, thank you all for your interest
by SparkOut
Thu May 18, 2023 8:50 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: "while saving the standalone application could not compile service support class" error
Replies: 8
Views: 9944

Re: "while saving the standalone application could not compile service support class" error

... had a new phone for which I could not buld an app. The Android SDK was also moaning about being out of date when I tried to work out what was ... specifically about D8 being compiled with a version too recent (build 55, while only up to 52 being supported).
So I messed about with the JRE and ...
by Klaus
Wed May 17, 2023 7:41 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: "while saving the standalone application could not compile service support class" error
Replies: 8
Views: 9944

Re: "while saving the standalone application could not compile service support class" error

kim yongsun wrote: Wed May 17, 2023 7:09 pm thank you Klaus
now my PC was installed java "jre-8u371-windows-x64" upgrade version, you mean just "jre-8-windows-x64" ?
Sorry, don't know, i'm a Mac user.
by kim yongsun
Wed May 17, 2023 7:09 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: "while saving the standalone application could not compile service support class" error
Replies: 8
Views: 9944

Re: "while saving the standalone application could not compile service support class" error

... the chosen folderis not a valid Android SDK ... standalone application could not compile service support class" error
then do I need rename the SDK folders?
and still I don't understand your mean of rename, do you mean reinstall? or rename?
thanks lot
by AndyP
Wed May 17, 2023 4:54 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: "while saving the standalone application could not compile service support class" error
Replies: 8
Views: 9944

Re: "while saving the standalone application could not compile service support class" error

... out that there was a problem with having a SDK build tool higher than supported by my version of Livecode.

I had SDK build tools folders
28.x
29.x ... rename the SDK folders above 31.x assuming you are using 9.6.9 as they are not yet supported by Livecode.

Then restart Livecode.

Hope this helps.
by Klaus
Wed May 17, 2023 8:49 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: "while saving the standalone application could not compile service support class" error
Replies: 8
Views: 9944

Re: "while saving the standalone application could not compile service support class" error

Hi Kim,
kim yongsun wrote: Wed May 17, 2023 8:05 am... java also re-installed with the latest version, what's the problem?
LC definitively needs JAVA version 8 to be installed, will not work with a later or latest version of JAVA!
Maybe that is the problem?

Best

Klaus
by kim yongsun
Wed May 17, 2023 8:05 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: "while saving the standalone application could not compile service support class" error
Replies: 8
Views: 9944

Re: "while saving the standalone application could not compile service support class" error

I've checked out "standalone application settings" and I've read it's posts posted on this issue on this forum but it didn't help, java also re-installed with the latest version, what's the problem?

thank you
by kim yongsun
Tue May 16, 2023 7:10 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: "while saving the standalone application could not compile service support class" error
Replies: 8
Views: 9944

"while saving the standalone application could not compile service support class" error

... standalone application could not compile service support class" error. I would like to understand the situations in which this error occurs.

I have taken the following steps to resolve the issue:

Updated LiveCode to the latest version.
Correctly set up the Android SDK and its path.
Checked the Manifest file ...
by makeshyft
Tue Feb 07, 2023 10:20 pm
Forum: Android Deployment
Topic: Android error: Could not compile service support class
Replies: 19
Views: 55138

Re: Android error: Could not compile service support class

Thanks for this.

I also had to install "Android SDK Tools (Obsolete) 26.1.1 to help Livecode find "tools" folder and recognize the SDK.
by JereMiami
Fri Nov 25, 2022 8:49 pm
Forum: Android Deployment
Topic: Android error: Could not compile service support class
Replies: 19
Views: 55138

Re: Android error: Could not compile service support class

Mark,

Thanks so much for your post. This was what I (and probably everyone else having issues getting android deployed) was missing when moving from 9.6.5 to 9.6.9. They should update the lesson ( https://lessons.livecode.com/m/2571/l/625198-livecode-and-android-studio ) with your post.

It's the ...
by jacque
Fri Oct 14, 2022 7:07 pm
Forum: Android Deployment
Topic: Android error: Could not compile service support class
Replies: 19
Views: 55138

Re: Android error: Could not compile service support class

... than the steps needed to set up for iOS.

Oh yes, for sure. I find Android a lot easier to work with in all kinds of ways.

You mentioned that you could do what you like so you chose Java 1.8. (Heh. A man after my own heart.:)) That was good advice, since as far as I know, that's the only version of ...