Advertisement
csphelps76

Untitled

Nov 12th, 2012
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 KB | None | 0 0
  1. device/samsung/tuna/GNexusParts/src/com/cyanogenmod/settings/device/DisplayFragmentActivity.java:43: cannot find symbol
  2. symbol : variable KEY_COLOR_TUNING
  3. location: class com.cyanogenmod.settings.device.DeviceSettings
  4. mColorTuning = (ColorTuningPreference) findPreference(DeviceSettings.KEY_COLOR_TUNING);
  5. ^
  6. device/samsung/tuna/GNexusParts/src/com/cyanogenmod/settings/device/DisplayFragmentActivity.java:46: cannot find symbol
  7. symbol : variable KEY_GAMMA_TUNING
  8. location: class com.cyanogenmod.settings.device.DeviceSettings
  9. mGammaTuning = (GammaTuningPreference) findPreference(DeviceSettings.KEY_GAMMA_TUNING);
  10. ^
  11. 2 errors
  12. make: *** [out/target/common/obj/APPS/GNexusParts_intermediates/classes-full-debug.jar] Error 41
  13. make: *** Waiting for unfinished jobs....
  14. Note: Some input files use or override a deprecated API.
  15. Note: Recompile with -Xlint:deprecation for details.
  16. DroidDoc took 9 sec. to write docs to out/target/common/docs/api-stubs
  17. cphelps76@cphelps76-HP-Pavilion-dv7:~/rom-builds/gnex/dc$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement