Advertisement
techmik

Untitled

Jul 11th, 2012
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.49 KB | None | 0 0
  1. target Java: Torch (out/target/common/obj/APPS/Torch_intermediates/classes)
  2. packages/apps/Torch/src/net/cactii/flash2/MainActivity.java:242: cannot find symbol
  3. symbol : variable TORCH_STATE
  4. location: class android.provider.Settings.System
  5. Settings.System.TORCH_STATE, 0) == 1) {
  6. ^
  7. packages/apps/Torch/src/net/cactii/flash2/TorchWidgetProvider.java:94: cannot find symbol
  8. symbol : variable TORCH_STATE
  9. location: class android.provider.Settings.System
  10. Settings.System.TORCH_STATE, 0) == 1)) {
  11. ^
  12. packages/apps/Torch/src/net/cactii/flash2/TorchService.java:117: cannot find symbol
  13. symbol : variable TORCH_STATE
  14. location: class android.provider.Settings.System
  15. Settings.System.putInt(this.getContentResolver(), Settings.System.TORCH_STATE, 1);
  16. ^
  17. packages/apps/Torch/src/net/cactii/flash2/TorchService.java:129: cannot find symbol
  18. symbol : variable TORCH_STATE
  19. location: class android.provider.Settings.System
  20. Settings.System.putInt(this.getContentResolver(), Settings.System.TORCH_STATE, 0);
  21. ^
  22. Note: packages/apps/Torch/src/net/cactii/flash2/TorchService.java uses or overrides a deprecated API.
  23. Note: Recompile with -Xlint:deprecation for details.
  24. 4 errors
  25. make: *** [out/target/common/obj/APPS/Torch_intermediates/classes-full-debug.jar] Error 41
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement