Search found 66 matches: could not compile service support class

Searched query: could not compile service support class

ignored: support could not

by trevix
Fri Jun 14, 2024 8:43 pm
Forum: LiveCode Builder
Topic: Creating an extension library with ChatGPT
Replies: 1
Views: 11291

Creating an extension library with ChatGPT

... already been connected and those that have not. The extension should include all the code to ... import java.util.ArrayList; public class WiFiHelper { private WifiManager wifiManager; ... return ssids end handler end module Step 4: Compile the Java Code Set up the Android SDK: Make ...
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: 265512

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

... Livecode is not complaining about that ... app i get error "Could not compile service support class". I just don't know what ...
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: 8350

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 ...
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: 8350

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

... Then I had a hiatus on coding for Android, 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 ...
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: 8350

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: 8350

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

... "the chosen folderis not a valid Android SDK ... application could not compile service support class" error then do I need rename ...
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: 8350

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

... 30 LiveCode 9.6.9 supports API 31 To solve the problem, close Livecode, 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: 8350

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: 8350

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 makeshyft
Tue Feb 07, 2023 10:20 pm
Forum: Android Deployment
Topic: Android error: Could not compile service support class
Replies: 19
Views: 38256

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: 38256

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 com...
by jacque
Fri Oct 14, 2022 7:07 pm
Forum: Android Deployment
Topic: Android error: Could not compile service support class
Replies: 19
Views: 38256

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 ...
by mtalluto
Fri Oct 14, 2022 5:36 pm
Forum: Android Deployment
Topic: Android error: Could not compile service support class
Replies: 19
Views: 38256

Re: Android error: Could not compile service support class

I like your method Jacque. I am going to add it to my internal document for the next time. Glad you like my view on the Android situation. I have to learn it every time I set up a new computer. Together we can help each other through this. I found Android to be a lot easier than the steps needed to ...