Advertisement
espmartin

Untitled

Jun 14th, 2013
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Make 1.17 KB | None | 0 0
  1. packages/apps/ROMControl/src/com/aokp/romcontrol/fragments/StatusBarToggles.java:265: cannot find symbol
  2. symbol  : variable SHADE_COLLAPSE_ALL
  3. location: class android.provider.Settings.System
  4.                     Settings.System.SHADE_COLLAPSE_ALL, val);
  5.                                    ^
  6. packages/apps/ROMControl/src/com/aokp/romcontrol/fragments/StatusBarToggles.java:266: cannot find symbol
  7. symbol  : variable SHADE_COLLAPSE_ALL
  8. location: class android.provider.Settings.System
  9.             mContentRes.notifyChange(Settings.System.getUriFor(Settings.System.SHADE_COLLAPSE_ALL), null);
  10.                                                                               ^
  11. Note: Some input files use or override a deprecated API.
  12. Note: Recompile with -Xlint:deprecation for details.
  13. Note: Some input files use unchecked or unsafe operations.
  14. Note: Recompile with -Xlint:unchecked for details.
  15. 2 errors
  16. Copying: /home/martin/SchutzhundAOKP/out/target/common/obj/APPS/PackageInstaller_intermediates/classes-jarjar.jar
  17. make: *** [/home/martin/SchutzhundAOKP/out/target/common/obj/APPS/ROMControl_intermediates/classes-full-debug.jar] Error 41
  18. make: *** Waiting for unfinished jobs....
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement