Re: Error creating Android Standalone

2024-08-26 Thread Klaus major-k via use-livecode
Hi all, I get the same error in the macOS Terminal when trying to execute a JAVA command. Something is not (yet) installed on my machine!? Question is: what is it? Please help, thank you! > Am 23.08.2024 um 11:55 schrieb Klaus major-k via use-livecode > : > > Hi friends, > > I get an error w

Re: Error creating Android Standalone

2024-08-26 Thread panagiotis merakos via use-livecode
Hello Klaus, What is your installed version of the *build-tools*? LiveCode expects *only* version 31.0.0. You can find the installed version here - you should have a subfolder named "31.0.0" here: /Users//Library/Android/sdk/build-tools/ If you have any newer version installed too, you have to

Re: Error creating Android Standalone

2024-08-26 Thread Klaus major-k via use-livecode
Hello Panos, > Am 26.08.2024 um 12:43 schrieb panagiotis merakos via use-livecode > : > > Hello Klaus, > > What is your installed version of the *build-tools*? LiveCode expects > *only* version 31.0.0. > You can find the installed version here - you should have a subfolder named > "31.0.0" here

Re: Error creating Android Standalone

2024-08-26 Thread Klaus major-k via use-livecode
Hi Panos, creating Anddroid runtimes now works with LC, however when using the macOS Terminal for a JAVA command, I still get these errors: --- Error: A JNI error has occurred, please check your installation and try again Exception in thread "main" java.lan

Re: Error creating Android Standalone

2024-08-26 Thread panagiotis merakos via use-livecode
Hello Klaus, Hmm, it might be the case the terminal needs a newer Java version than the one LiveCode expects. LiveCode expects v8. What Java command do you want to execute in the terminal? Kind regards, Panos On Mon, 26 Aug 2024 at 14:06, Klaus major-k via use-livecode < use-livecode@lists.run

Re: Error creating Android Standalone

2024-08-26 Thread Klaus major-k via use-livecode
Hi Panos, > Am 26.08.2024 um 13:19 schrieb panagiotis merakos via use-livecode > : > > Hello Klaus, > > Hmm, it might be the case the terminal needs a newer Java version than the > one LiveCode expects. LiveCode expects v8. > What Java command do you want to execute in the terminal? see my mai

Re: Error creating Android Standalone

2024-08-26 Thread panagiotis merakos via use-livecode
Hello Klaus, Hmm, I do not see anything from 13:25 - could you paste it here? Thanks, Panos On Mon, 26 Aug 2024 at 14:38, Klaus major-k via use-livecode < use-livecode@lists.runrev.com> wrote: > Hi Panos, > > > Am 26.08.2024 um 13:19 schrieb panagiotis merakos via use-livecode < > use-livecode

Re: Error creating Android Standalone

2024-08-26 Thread Klaus major-k via use-livecode
Hi Panos, > Am 26.08.2024 um 13:50 schrieb panagiotis merakos via use-livecode > : > > Hello Klaus, > > Hmm, I do not see anything from 13:25 - could you paste it here? Sure: More specific infos: I need Google to reset my upload

Re: Error creating Android Standalone

2024-08-26 Thread panagiotis merakos via use-livecode
Hello Klaus, Ok I see. Yes, so it seems you need to install a newer JDK version to work with the terminal. So you need to do some JDK "dance": - Download and install a newer (version >= 20.x) version of the Java JDK - Verify it is installed correctly, by checking in /Library/Java/JavaVirtualMac

Re: Error creating Android Standalone

2024-08-26 Thread Klaus major-k via use-livecode
Hi Panos, thank you, will try this! java -version gives me: - java version "1.8.0_311" Java(TM) SE Runtime Environment (build 1.8.0_311-b11) Java HotSpot(TM) 64-Bit Server VM (build 25.311-b11, mixed mode) And i don't even have a folder Java in /Library/ Question: --

Re: Error creating Android Standalone

2024-08-26 Thread panagiotis merakos via use-livecode
Hello Klaus, *> Is this:> ...> --encryption-key-path=/path/to/your/encryption_public_key.pem> The PEM file I already created?* Yes this is it. *> And i don't even have a folder Java in /Library/* This is not possible! Note that I am referring to the system Library folder (i.e. /Library/) - n

Re: Error creating Android Standalone

2024-08-26 Thread Klaus major-k via use-livecode
Hi Panos, > Am 26.08.2024 um 14:49 schrieb panagiotis merakos via use-livecode > : > > Hello Klaus, > > *> Is this:> ...> > --encryption-key-path=/path/to/your/encryption_public_key.pem> The PEM file > I already created?* > > Yes this is it. aha, I guessed, thank you! Google could be a TAD m

Re: Error creating Android Standalone

2024-08-26 Thread Klaus major-k via use-livecode
Hi all, > Am 26.08.2024 um 12:43 schrieb panagiotis merakos via use-livecode > : > > Hello Klaus, > > What is your installed version of the *build-tools*? LiveCode expects > *only* version 31.0.0. > > You can find the installed version here - you should have a subfolder named > "31.0.0" here:

Re: Error creating Android Standalone

2024-08-26 Thread Bob Sneidar via use-livecode
Every entity is trying to solve their own subset of problems. The real question is, why has the industry seemingly abandoned the concept of, “backwards compatible”? It seems nowadays that we are all expected; no required to upgrade to the latest greatest, irrespective of the catch 22’s like your

Re: Error creating Android Standalone

2024-08-26 Thread matthias rebbe via use-livecode
+1 > Am 26.08.2024 um 17:25 schrieb Bob Sneidar via use-livecode > : > > Every entity is trying to solve their own subset of problems. The real > question is, why has the industry seemingly abandoned the concept of, > “backwards compatible”? It seems nowadays that we are all expected; no > re

Re: Error creating Android Standalone

2024-08-26 Thread panagiotis merakos via use-livecode
In the IDE, in the mobile prefs, there is an invisible button (I think it is called "chooseJDK" or such - I am not in the office now) that allows you to manually choose the desired JDK path. That way we could have both JDK v8 (required by LC) and newer ones installed. I am not sure why this button

Re: Error creating Android Standalone

2024-08-26 Thread matthias rebbe via use-livecode
Thanks Panos! Regards, Matthias > Am 26.08.2024 um 18:47 schrieb panagiotis merakos via use-livecode > : > > In the IDE, in the mobile prefs, there is an invisible button (I think it > is called "chooseJDK" or such - I am not in the office now) that allows you > to manually choose the desired