Issue #795
closedSDK Build fails on Javadoc
0%
Description
Hi, the SDK build fails with the following error (while running javadoc):
frameworks/base/core/java/com/android/internal/widget/LockPatternUtils.java:1336: error 114: @deprecated tag with no explanatory comment
Updated by Legimet - over 11 years ago
Just add a reason why the updateEmergencyCallButtonState method was deprecated, and the problem should be solved.
Updated by Paul Kocialkowski over 11 years ago
- Status changed from New to In Progress
You must be running with OpenJDK 7, while OpenJDK 6 is required and works properly. The SDK build works well with the correct java version. However, if it's the only necessary change for java 7, then we may include this. Could you make a patch that ensures the build goes through with java 7 so that we can add it to our source code?
Updated by Legimet - over 11 years ago
That's right, I'm using OpenJDK 7 (the latest version in Trisquel 6). The p5110 build worked fine with java7
Updated by Paul Kocialkowski over 11 years ago
- Status changed from In Progress to Closed
- Resolution set to fixed
Okay, I just pushed a fix, happy building :)