Advertisement
Guest User

trigger

a guest
Oct 8th, 2015
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.24 KB | None | 0 0
  1. # In case value of PACKAGES is empty.
  2. Copying: /home/vibhor/razor/out/target/common/obj/APPS/Dialer_intermediates/emma_out/lib/classes-jarjar.jar
  3. Copying: /home/vibhor/razor/out/target/common/obj/APPS/Mms_intermediates/emma_out/lib/classes-jarjar.jar
  4. packages/apps/Settings/src/com/android/settings/terminus/SeekBarPreference.java:94: error: cannot find symbol
  5. layout = (RelativeLayout)mInflater.inflate(R.layout.seek_bar_preference, parent, false);
  6. ^
  7. symbol: variable seek_bar_preference
  8. location: class layout
  9. packages/apps/Settings/src/com/android/settings/terminus/SeekBarPreference.java:111: error: cannot find symbol
  10. ViewGroup newContainer = (ViewGroup) view.findViewById(R.id.seekBarPrefBarContainer);
  11. ^
  12. symbol: variable seekBarPrefBarContainer
  13. location: class id
  14. packages/apps/Settings/src/com/android/settings/terminus/SeekBarPreference.java:138: error: cannot find symbol
  15. mStatusText = (TextView)layout.findViewById(R.id.seekBarPrefValue);
  16. ^
  17. symbol: variable seekBarPrefValue
  18. location: class id
  19. packages/apps/Settings/src/com/android/settings/terminus/SeekBarPreference.java:143: error: cannot find symbol
  20. TextView unitsRight = (TextView)layout.findViewById(R.id.seekBarPrefUnitsRight);
  21. ^
  22. symbol: variable seekBarPrefUnitsRight
  23. location: class id
  24. packages/apps/Settings/src/com/android/settings/terminus/SeekBarPreference.java:145: error: cannot find symbol
  25. Copying: /home/vibhor/razor/out/target/common/obj/APPS/SystemUI_intermediates/emma_out/lib/classes-jarjar.jar
  26. TextView unitsLeft = (TextView)layout.findViewById(R.id.seekBarPrefUnitsLeft);
  27. ^
  28. symbol: variable seekBarPrefUnitsLeft
  29. location: class id
  30. Note: Some input files use or override a deprecated API.
  31. Note: Recompile with -Xlint:deprecation for details.
  32. Note: Some input files use unchecked or unsafe operations.
  33. Note: Recompile with -Xlint:unchecked for details.
  34. 5 errors
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement