[AC-2197] Unable to locate the Java Development Kit
GitHub Issue | n/a |
Type | Bug |
Priority | n/a |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2014-01-21T00:43:57.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Studio |
Labels | android |
Reporter | Akshay Jindal |
Assignee | Ritu Agrawal |
Created | 2014-01-18T08:06:29.000+0000 |
Updated | 2016-03-08T07:41:11.000+0000 |
Description
I am getting error while running my first hellow word program.
getting the following error:
[ERROR] Application Installer abnormal process termination. Process exit value was 1
You can specify the location by setting the JAVA_HOME environment variable.
[ERROR] : Unable to locate the Java Development Kit
My environment variables are working perfectly, but still getting the above issue.
I have invested a lot of hours to resolve this issue but haven't found any helpful suggestion.
Attachments
File | Date | Size |
issue.png | 2014-01-18T08:06:29.000+0000 | 98481 |
Titanium requires JDK 1.6 and does not support JDK 1.8. http://docs.appcelerator.com/titanium/latest/#!/guide/Prerequisites I would suggest you to download and install JDK 1.6 and let us know if you run into any issue.
Thx for your replay I was facing this issue from a long time.