JAVA_HOME Error

I built my project. But it happened an error like below. Point is a JAVA_HOME path. How can I fix it?

This is really strange. From googl’ing around a bit I found some stuff related to Android development in general. In particular: http://stackoverflow.com/questions/27399447/perhaps-java-home-does-not-point-to-the-jdk

It may be that your PATH isn’t correctly set after installing everything. This is typically why installers want you to restart your system after installation. It sounds too easy, but I would try that at least and see if it helps.

I added ‘\bin’. But it’s not working.

file

Hey,

Could you please open %appdata%\..\Local\Fusetools\Fuse\sdkConfig.json and verify that paths inside the json file are correct.

After that run fuse install android. Then do uno clean inside the project directory.

Also, could you please post your build.bat from [ProjectPath].build/Simulator/Android or [ProjectPath].build/Android-Debug.

Thank you very much! :slight_smile: