Advertisement
Guest User

Untitled

a guest
Jun 14th, 2018
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. [ 35% 939/2628] target Java: framework (/root/du/system/out/target/common/obj/JAVA_LIBRARIES/framework_intermediates/classes)
  2. FAILED: /root/du/system/out/target/common/obj/JAVA_LIBRARIES/framework_intermediates/classes-full-debug.jar
  3. /bin/bash /root/du/system/out/target/common/obj/JAVA_LIBRARIES/framework_intermediates/classes-full-debug.jar.rsp
  4. frameworks/base/core/java/android/provider/Settings.java:4500: error: constructor InclusiveIntegerRangeValidator in class InclusiveIntegerRangeValidator cannot be applied to given types;
  5. new InclusiveIntegerRangeValidator(0, 1, 2);
  6. ^
  7. required: int,int
  8. found: int,int,int
  9. reason: actual and formal argument lists differ in length
  10. 1 error
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement