Advertisement
Guest User

Untitled

a guest
Oct 25th, 2014
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.37 KB | None | 0 0
  1. packages/apps/Settings/src/com/android/settings/liquid/OmniSwitch.java:114: cannot find symbol
  2. symbol : variable omniswitch_first_time_message
  3. location: class com.android.settings.R.string
  4. .setMessage(getResources().getString(R.string.omniswitch_first_time_message))
  5. ^
  6. packages/apps/Settings/src/com/android/settings/liquid/OmniSwitch.java:113: cannot find symbol
  7. symbol : variable omniswitch_first_time_title
  8. location: class com.android.settings.R.string
  9. .setTitle(getResources().getString(R.string.omniswitch_first_time_title))
  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. make: *** [/home/mintbuilder/cyanhacker/out/target/common/obj/APPS/Settings_intermediates/classes-full-debug.jar] Error 41
  17. make: *** Waiting for unfinished jobs....
  18. Note: Some input files use or override a deprecated API.
  19. Note: Recompile with -Xlint:deprecation for details.
  20. Note: Some input files use unchecked or unsafe operations.
  21. Note: Recompile with -Xlint:unchecked for details.
  22.  
  23. Total time elapsed: 266 minutes 33 seconds
  24. mintbuilder@MNTBUILDER ~/cyanhacker $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement