Guest User

Untitled

a guest
May 22nd, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.36 KB | None | 0 0
  1. packages/apps/SteelBox/src/com/steel/steelbox/activities/MainActivityPM.java:407: cannot find symbol
  2. symbol : variable market
  3. location: class com.steel.steelbox.R.drawable
  4. menu.add(0, MENU_MARKET, 0, "Please Rate PropModder").setIcon(R.drawable.market);
  5. ^
  6. packages/apps/SteelBox/src/com/steel/steelbox/activities/MainActivityPM.java:408: cannot find symbol
  7. symbol : variable reboot
  8. location: class com.steel.steelbox.R.drawable
  9. menu.add(0, MENU_REBOOT, 0, "!!! REBOOT NOW !!!").setIcon(R.drawable.reboot);
  10. ^
  11. packages/apps/SteelBox/src/com/steel/steelbox/activities/MainActivityPM.java:430: cannot find symbol
  12. symbol : variable blackhat_ic
  13. location: class com.steel.steelbox.R.drawable
  14. final Notification notifyDetails = new Notification(R.drawable.blackhat_ic, String.format("%s: { %s to %s } reboot to apply", success, prop, value),System.currentTimeMillis());
  15. ^
  16. Note: Some input files use or override a deprecated API.
  17. Note: Recompile with -Xlint:deprecation for details.
  18. 3 errors
  19. make: *** [out/target/common/obj/APPS/SteelBox_intermediates/classes-full-debug.jar] Error 41
  20. noah@noah-Ideapad-Z560 ~/android/gingerbread $
Add Comment
Please, Sign In to add comment