Nick0703

Untitled

Oct 25th, 2013
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.75 KB | None | 0 0
  1. Note: Recompile with -Xlint:unchecked for details.
  2. You should check if you need to specify additional program jars.
  3. Note: device/samsung/msm8960-common/DeviceSettings/src/com/cyanogenmod/settings/device/Utils.java uses or overrides a deprecated API.
  4. Note: Recompile with -Xlint:deprecation for details.
  5. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/NotificationPanel.java:365: error: constructor QuickSettingsController in class QuickSettingsController cannot be applied to given types;
  6. mQS = new QuickSettingsController(mContext, mSettingsContainer, statusBar,
  7. ^
  8. required: Context,QuickSettingsContainerView,PhoneStatusBar,String
  9. found: Context,QuickSettingsContainerView,BaseStatusBar,String
  10. reason: actual argument BaseStatusBar cannot be converted to PhoneStatusBar by method invocation conversion
  11. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/NotificationPanel.java:367: error: method setService in class QuickSettingsController cannot be applied to given types;
  12. mQS.setService(statusBar);
  13. ^
  14. required: PhoneStatusBar
  15. found: BaseStatusBar
  16. reason: actual argument BaseStatusBar cannot be converted to PhoneStatusBar by method invocation conversion
  17. Note: Some input files use or override a deprecated API.
  18. Note: Recompile with -Xlint:deprecation for details.
  19. Note: packages/apps/DeskClock/src/com/android/deskclock/timer/Timers.java uses unchecked or unsafe operations.
  20. Note: Recompile with -Xlint:unchecked for details.
  21. Note: Some input files use or override a deprecated API.
  22. Note: Recompile with -Xlint:deprecation for details.
  23. Note: Some input files use unchecked or unsafe operations.
  24. Note: Recompile with -Xlint:unchecked for details.
  25. 2 errors
Advertisement
Add Comment
Please, Sign In to add comment