android app generation fails

Everything else that doesn't fall into one of the other categories.
hichem
Posts: 4
Joined: Wed May 06, 2015 8:44 am

android app generation fails

Post by hichem »

Hello community,

when i try to generate an android app the generation stops at 60% and complains about the javahome path:
"the supplied javaHome seems to be invalid. i cannot find java exe"

i use window.sb example for test (enable debugger on and CloseDebugOutput() written in the first line of code)

can you please give me the correct way to add je java.exe to the environment variables.

the setup
windows 11
spiderbasic 2.50
jdk used :C:\Program Files\Microsoft\jdk-11.0.19.7-hotspot

thank you.
User avatar
Peter
Posts: 1197
Joined: Mon Feb 24, 2014 10:17 pm
Location: 127.0.0.1:9080
Contact:

Re: android app generation fails

Post by Peter »

Maybe this information will help:
Fred wrote: Tue Nov 08, 2022 8:47 am Acccording to this: https://cordova.apache.org/docs/en/late ... nt-kit-jdk, only JDK 8 is supported for corvoda 6.x (we use this in SB).
hichem
Posts: 4
Joined: Wed May 06, 2015 8:44 am

Re: android app generation fails

Post by hichem »

Thank you i will try it.


Same result, i tried the two sdk, same error message.
davenull
Posts: 2
Joined: Fri Sep 18, 2015 7:37 am

Re: android app generation fails

Post by davenull »

I have similar setup and wasted a full day trying to get Android app generated. Everything started to work after installing Eclipse Temurin JDK x86. It needs to be 32-bit, and I was trying to get a 64-bit version to work. Oh well.
hichem
Posts: 4
Joined: Wed May 06, 2015 8:44 am

Re: android app generation fails

Post by hichem »

it works,
thank you. ;)
Post Reply