Guest User

Untitled

a guest
Jan 12th, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.24 KB | None | 0 0
  1. packages/apps/Settings/src/com/android/settings/cnd/PerformanceSettings.java:71: cannot find symbol
  2. symbol : variable RECENT_KILL_ALL_BUTTON
  3. location: class android.provider.Settings.System
  4. Settings.System.RECENT_KILL_ALL_BUTTON, 0) == 1);
  5. ^
  6. packages/apps/Settings/src/com/android/settings/cnd/PerformanceSettings.java:93: cannot find symbol
  7. symbol : variable RECENT_KILL_ALL_BUTTON
  8. location: class android.provider.Settings.System
  9. Settings.System.RECENT_KILL_ALL_BUTTON, checked ? 1 : 0);
  10. ^
  11. packages/apps/Settings/src/com/android/settings/performance/Processor.java:104: cannot find symbol
  12. symbol : variable processor_settings
  13. location: class com.android.settings.R.xml
  14. addPreferencesFromResource(R.xml.processor_settings);
  15. ^
  16. Note: Some input files use or override a deprecated API.
  17. Note: Recompile with -Xlint:deprecation for details.
  18. Note: Some input files use unchecked or unsafe operations.
  19. Note: Recompile with -Xlint:unchecked for details.
  20. 3 errors
  21. make: *** [out/target/common/obj/APPS/Settings_intermediates/classes-full-debug.jar] Error 41
  22. noah@noah-Ideapad-Z560 ~/android/vaniraosp $
Add Comment
Please, Sign In to add comment