Advertisement
Guest User

Untitled

a guest
Mar 31st, 2015
266
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.09 KB | None | 0 0
  1. ake: *** No rule to make target '/home/lenz/omni/out/target/common/obj/JAVA_LIBRARIES/android-visualizer_intermediates/javalib.jar', needed by '/home/lenz/omni/out/target/common/obj/APPS/SystemUI_intermediates/classes-full-debug.jar'. Stop.
  2. make: *** Waiting for unfinished jobs....
  3. Copying: /home/lenz/omni/out/target/common/obj/JAVA_LIBRARIES/Keyguard_intermediates/emma_out/lib/classes-jarjar.jar
  4. frameworks/opt/telephony/src/java/com/android/internal/telephony/IccProvider.java:426: error: method getAdnRecordsInEfForSubscriber in interface IIccPhoneBook cannot be applied to given types;
  5. adnRecords = iccIpb.getAdnRecordsInEfForSubscriber(subId, efType);
  6. ^
  7. required: int,int
  8. found: long,int
  9. reason: actual argument long cannot be converted to int by method invocation conversion
  10. frameworks/opt/telephony/src/java/com/android/internal/telephony/IccProvider.java:462: error: cannot find symbol
  11. .updateAdnRecordsWithContentValuesInEfBySearchUsingSubId(
  12. ^
  13. symbol: method updateAdnRecordsWithContentValuesInEfBySearchUsingSubId(long,int,ContentValues,String)
  14. location: variable iccIpb of type IIccPhoneBook
  15. frameworks/opt/telephony/src/java/com/android/internal/telephony/UiccPhoneBookController.java:35: error: UiccPhoneBookController is not abstract and does not override abstract method getAdnRecordsSizeForSubscriber(int,int) in IIccPhoneBook
  16. public class UiccPhoneBookController extends IIccPhoneBook.Stub {
  17. ^
  18. Note: Some input files use or override a deprecated API.
  19. Note: Recompile with -Xlint:deprecation for details.
  20. Note: Some input files use unchecked or unsafe operations.
  21. Note: Recompile with -Xlint:unchecked for details.
  22. 3 errors
  23. build/core/java.mk:346: recipe for target '/home/lenz/omni/out/target/common/obj/JAVA_LIBRARIES/telephony-common_intermediates/classes-full-debug.jar' failed
  24. make: *** [/home/lenz/omni/out/target/common/obj/JAVA_LIBRARIES/telephony-common_intermediates/classes-full-debug.jar] Error 41
  25.  
  26. #### make failed to build some targets (01:55 (mm:ss)) ####
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement