Which sqlite?

2023-04-15 Thread Neville Smythe via use-livecode
Is it possible to direct LC to use a custom version of sqlite3 rather than its default? I ask because the installed version of sqlite which come installed with macOS, and which I assume LC uses when it initialises its database library, is crippled ---arithmetic functions which come with the

Re: Which sqlite?

2023-04-15 Thread doc hawk via use-livecode
neville noticed, >It is easy enough to install a more capable version of sqlite on the Mac, but >I don’t see a way to get LC to use it. It seems to me that several years ago I briefly used an external SQLite, but I cannot remember how I started with mysql (on livecode’s server, come to think

Android Build Error

2023-04-15 Thread Dan Friedman via use-livecode
I am trying to build my Android App with the latest version of 10.0.0 DP-5. However, when I build the app, I get this error: There was an error while saving the standalone application could not encode class bundle - error: Methods with invalid locals information: void

Re: Android Build Error

2023-04-15 Thread panagiotis m via use-livecode
Hello Dan, This is caused because the version of the build-tools you have installed is > v32 You have to uninstall this version of the build tools and install a version among v30 and v31. I suggest v30.0.3, which is extensively tested - as recommended in the LC lesson about Android Studio. See