Project

General

Profile

Actions

Issue #795

closed

SDK Build fails on Javadoc

Added by Legimet - over 10 years ago. Updated over 10 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
01/22/2014
Due date:
% Done:

0%

Estimated time:
Resolution:
fixed
Device:
Grant:
Type of work:

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

Actions #1

Updated by Legimet - over 10 years ago

Just add a reason why the updateEmergencyCallButtonState method was deprecated, and the problem should be solved.

Actions #2

Updated by Paul Kocialkowski over 10 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?

Actions #3

Updated by Legimet - over 10 years ago

That's right, I'm using OpenJDK 7 (the latest version in Trisquel 6). The p5110 build worked fine with java7

Actions #4

Updated by Paul Kocialkowski over 10 years ago

  • Status changed from In Progress to Closed
  • Resolution set to fixed

Okay, I just pushed a fix, happy building :)

Actions

Also available in: Atom PDF