[TIMOB-15754] Windows 8 : Android Module Project >> Package fails with javac compiler error
GitHub Issue | n/a |
Type | Bug |
Priority | Low |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2013-11-19T17:45:38.000+0000 |
Affected Version/s | Release 3.2.0 |
Fix Version/s | n/a |
Components | Android |
Labels | qe-3.2.0 |
Reporter | Shreya Chowbey |
Assignee | Ingo Muschenetz |
Created | 2013-11-19T10:59:16.000+0000 |
Updated | 2017-03-21T19:08:55.000+0000 |
Description
Test Steps:
1. Create Android Module Project.
2. Package using all three options available. See results.
Actual Result:
Packaging fails with javac compiler error.
Please observe the log files attached.
Attachments
The error indicates JAVA_HOME on the system is pointing to JRE root; instead, it needs to point to JDK root instead.
This was our view of understanding too so we tried this work around by setting all the paths and environment variables to the JDK root location, but could not get through the issue.
Closing ticket as invalid.