Issue #795
closed
SDK Build fails on Javadoc
Added by Legimet - over 11 years ago.
Updated over 11 years ago.
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
Just add a reason why the updateEmergencyCallButtonState method was deprecated, and the problem should be solved.
- 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?
That's right, I'm using OpenJDK 7 (the latest version in Trisquel 6). The p5110 build worked fine with java7
- Status changed from In Progress to Closed
- Resolution set to fixed
Okay, I just pushed a fix, happy building :)
Also available in: Atom
PDF