Advertisement
Nemo_Aeternamn

sourcer error 3

Aug 31st, 2012
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.18 KB | None | 0 0
  1. Note: Some input files use or override a deprecated API.
  2. Note: Recompile with -Xlint:deprecation for details.
  3. Note: Some input files use unchecked or unsafe operations.
  4. Note: Recompile with -Xlint:unchecked for details.
  5. Copying: out/target/common/obj/JAVA_LIBRARIES/framework_intermediates/classes-jarjar.jar
  6. Copying: out/target/common/obj/JAVA_LIBRARIES/framework_intermediates/emma_out/lib/classes-jarjar.jar
  7. Copying: out/target/common/obj/JAVA_LIBRARIES/framework_intermediates/classes.jar
  8. Copying: out/target/common/obj/JAVA_LIBRARIES/framework_intermediates/noproguard.classes.jar
  9. target Dex: framework
  10. Copying: out/target/common/obj/JAVA_LIBRARIES/framework_intermediates/noproguard.classes.dex
  11. target Jar: framework (out/target/common/obj/JAVA_LIBRARIES/framework_intermediates/javalib.jar)
  12. 'out/target/common/obj/JAVA_LIBRARIES/framework_intermediates/classes.dex' as 'classes.dex'...
  13. target Java: framework2 (out/target/common/obj/JAVA_LIBRARIES/framework2_intermediates/classes)
  14. Note: frameworks/base/media/java/android/media/videoeditor/MediaArtistNativeHelper.java uses or overrides a deprecated API.
  15. Note: Recompile with -Xlint:deprecation for details.
  16. Note: Some input files use unchecked or unsafe operations.
  17. Note: Recompile with -Xlint:unchecked for details.
  18. Copying: out/target/common/obj/JAVA_LIBRARIES/framework2_intermediates/classes-jarjar.jar
  19. Copying: out/target/common/obj/JAVA_LIBRARIES/framework2_intermediates/emma_out/lib/classes-jarjar.jar
  20. Copying: out/target/common/obj/JAVA_LIBRARIES/framework2_intermediates/classes.jar
  21. Copying: out/target/common/obj/JAVA_LIBRARIES/framework2_intermediates/noproguard.classes.jar
  22. target Dex: framework2
  23. Copying: out/target/common/obj/JAVA_LIBRARIES/framework2_intermediates/noproguard.classes.dex
  24. target Jar: framework2 (out/target/common/obj/JAVA_LIBRARIES/framework2_intermediates/javalib.jar)
  25. 'out/target/common/obj/JAVA_LIBRARIES/framework2_intermediates/classes.dex' as 'classes.dex'...
  26. Docs droiddoc: out/target/common/docs/doc-comment-check
  27. DroidDoc took 190 sec. to write docs to out/target/common/docs/doc-comment-check
  28. Docs droiddoc: out/target/common/docs/api-stubs
  29. DroidDoc took 21 sec. to write docs to out/target/common/docs/api-stubs
  30. Checking API: checkapi-current
  31. out/target/common/obj/PACKAGING/public_api.txt:1156: error 5: Added public field android.R.color.holo_white_light
  32. out/target/common/obj/PACKAGING/public_api.txt:1165: error 5: Added public field android.R.color.sourceryTextColor1
  33. out/target/common/obj/PACKAGING/public_api.txt:1166: error 5: Added public field android.R.color.sourceryTextColor2
  34. out/target/common/obj/PACKAGING/public_api.txt:1167: error 5: Added public field android.R.color.sourceryThemeColor
  35. out/target/common/obj/PACKAGING/public_api.txt:1168: error 5: Added public field android.R.color.sourceryThemeColor_dim
  36. out/target/common/obj/PACKAGING/public_api.txt:1320: error 5: Added public field android.R.drawable.screen_background_selector_dark
  37. out/target/common/obj/PACKAGING/public_api.txt:1321: error 5: Added public field android.R.drawable.screen_background_selector_light
  38. out/target/common/obj/PACKAGING/public_api.txt:1365: error 5: Added public field android.R.drawable.weather_condition
  39. out/target/common/obj/PACKAGING/public_api.txt:1518: error 5: Added public field android.R.string.weatherpanel_slash
  40. out/target/common/obj/PACKAGING/public_api.txt:6923: error 4: Added public method android.content.res.Resources.updateStringCache
  41.  
  42. ******************************
  43. You have tried to change the API from what has been previously approved.
  44.  
  45. To make these errors go away, you have two choices:
  46. 1) You can add "@hide" javadoc comments to the methods, etc. listed in the
  47. errors above.
  48.  
  49. 2) You can update current.txt by executing the following command:
  50. make update-api
  51. ^^^^^^^^^^^^^^^^^^
  52. NO. NO. STOP BEING LAZY. SERIOUSLY.
  53. DO NOT DO THIS in CM. THIS IS A LIE. IF YOU DO THIS I WILL HATE YOU.
  54. USE OPTION #1.
  55. -Koush
  56.  
  57.  
  58. To submit the revised current.txt to the main Android repository,
  59. you will need approval.
  60. ******************************
  61.  
  62.  
  63.  
  64. make: *** [out/target/common/obj/PACKAGING/checkapi-current-timestamp] Error 38
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement