Guest User

Untitled

a guest
Dec 3rd, 2014
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.57 KB | None | 0 0
  1. packages/apps/Settings/src/com/android/settings/DevelopmentSettings.java:641: error: cannot find symbol
  2. Settings.Secure.DEVELOPMENT_SHORTCUT, 0);
  3. ^
  4. symbol: variable DEVELOPMENT_SHORTCUT
  5. location: class Secure
  6. packages/apps/Settings/src/com/android/settings/DevelopmentSettings.java:646: error: cannot find symbol
  7. Settings.Secure.DEVELOPMENT_SHORTCUT,
  8. ^
  9. symbol: variable DEVELOPMENT_SHORTCUT
  10. location: class Secure
  11. packages/apps/Settings/src/com/android/settings/DevelopmentSettings.java:652: error: cannot find symbol
  12. Settings.Secure.DEVELOPMENT_SHORTCUT, 0) != 0);
  13. ^
  14. symbol: variable DEVELOPMENT_SHORTCUT
  15. location: class Secure
  16. packages/apps/Settings/src/com/android/settings/DisplaySettings.java:334: error: cannot find symbol
  17. Settings.Global.WAKE_WHEN_PLUGGED_OR_UNPLUGGED,
  18. ^
  19. symbol: variable WAKE_WHEN_PLUGGED_OR_UNPLUGGED
  20. location: class Global
  21. packages/apps/Settings/src/com/android/settings/DisplaySettings.java:409: error: cannot find symbol
  22. Settings.Global.WAKE_WHEN_PLUGGED_OR_UNPLUGGED,
  23. ^
  24. symbol: variable WAKE_WHEN_PLUGGED_OR_UNPLUGGED
  25. location: class Global
  26. Note: Some input files use or override a deprecated API.
  27. Note: Recompile with -Xlint:deprecation for details.
  28. Note: Some input files use unchecked or unsafe operations.
  29. Note: Recompile with -Xlint:unchecked for details.
  30. 5 errors
Advertisement
Add Comment
Please, Sign In to add comment