RE: Problem building Android app - 'could not compile service support class' error message

2019-01-22 Thread Ralph DiMola via use-livecode
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

Re: Problem building Android app - 'could not compile service support class' error message

2019-01-22 Thread Terry Judd via use-livecode
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

Re: Problem building Android app - 'could not compile service support class' error message

2019-01-22 Thread Terry Judd via use-livecode
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

RE: Problem building Android app - 'could not compile service support class' error message

2019-01-22 Thread Ralph DiMola via use-livecode
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