Guest User

Untitled

a guest
Jul 21st, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.34 KB | None | 0 0
  1. target Java: GlobalNwSwitch (out/target/common/obj/APPS/GlobalNwSwitch_intermediates/classes)
  2. device/motorola/omap34com/packages/apps/GlobalNwSwitcher/src/com/motorola/globalnwswitch/GlobalNwSwitchService.java:320: cannot find symbol
  3. symbol : variable GLOBAL_PHONE_SIM_ABSENT_TAG
  4. location: class android.provider.Settings.System
  5. int lPriorSimAbsent = Settings.System.getInt(mPhone.getContext().getContentResolver(), Settings.System.GLOBAL_PHONE_SIM_ABSENT_TAG, 1);
  6. ^
  7. device/motorola/omap34com/packages/apps/GlobalNwSwitcher/src/com/motorola/globalnwswitch/GlobalNwSwitchService.java:374: cannot find symbol
  8. symbol : variable GLOBAL_PHONE_SIM_ABSENT_TAG
  9. location: class android.provider.Settings.System
  10. Settings.System.putInt(mPhone.getContext().getContentResolver(), Settings.System.GLOBAL_PHONE_SIM_ABSENT_TAG, j);
  11. ^
  12. Note: device/motorola/omap34com/packages/apps/GlobalNwSwitcher/src/com/motorola/globalnwswitch/GlobalNwSwitchService.java uses or overrides a deprecated API.
  13. Note: Recompile with -Xlint:deprecation for details.
  14. 2 errors
  15. make: *** [out/target/common/obj/APPS/GlobalNwSwitch_intermediates/classes-full-debug.jar] Error 41
Add Comment
Please, Sign In to add comment