al Message-
From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of
Terry Judd via use-livecode
Sent: Tuesday, January 22, 2019 6:13 PM
To: How to use LiveCode
Cc: Terry Judd
Subject: Re: Problem building Android app - 'could not compile service support
class' erro
Seems like I didn't look hard enough - I found it in
revsavesasandroidstandalone.livecodescript in the revSaveAsMobileStandaloneMain
command script. The relevant bit is...
executeShellCommand pathToJavaC(), "-target 1.5 -source 1.5 -Xlint:none -d",
tClassesBuildFolder, "-cp", tClassPath, tClas
Thanks Ralph - so, I enabled the Livecode UI stacks in the pref window and then
used the find window to search for the error string (or part of it at least)
but no results were returned. I also had a poke/search around in a couple of
rev stacks with Android in their names but I was none the wise
I've seen similar messages when building for mobile. I enable the IDE stacks in
prefs then search for the error string and look at the result of the previous
operation. Usually the reason for the fail is apparent. Not pretty but fast.
(one of the advantages of having the IDE written in LCS)
Ral