This image pops up when I try to build Tizen 4.0. Help?

image

If you are using GWS 2.0.1 you will get this because the AoD is not added to the .tpk file. You can find GWS 2.0.0 in the previous releases from the same download page. uninstall the 2.0.2 version and install that version and it should work.

If you aren’t using 2.0.1 then you I need a bit more information.

Ron
Samsung Developer Relations

After installing the 2.0.0 version, everything seems to work fine until I press the build button, where this Java error message pops up. What do I have to do from here?
image

It looks like you have a version of Java JDK that is not compatible but since it built on the newer version that should not have been an issue.

From Command prompt type in
java -version
Java 8 is the last public version of Java It should come up something like this 1.8 is Java 8
openjdk version “1.8.0_242”
OpenJDK Runtime Environment Corretto-8.242.08.1 (build 1.8.0_242-b08)
OpenJDK 64-Bit Server VM Corretto-8.242.08.1 (build 25.242-b08, mixed mode)

If it comes up with something else go to the add remove programs and see if you have more than one version of java installed. Unless you need a newer version of Java we recommend you use Java 8 and can download it from HERE be sure to use the Windows X64 version

You can also look at this Failure to Launch trouble shooting guide

I have helped hundreds of user with this. I’m sure we can find the issue and resolve it.

Ron
Samsung Developer Relations

Thank you so much. It works now. Have a good day