14

Randomly, my app crashs with an error:

Access denied finding property "ro.vendor.pref_scale_resolution"

I can't find documentation about this error. This error appears only on Android 11 on Nokia 2.4

Do you have ideas how I can resolve this ? or how I can debug this ?

odgatelmand
  • 393
  • 1
  • 5
  • 16
  • Did you find out why it happens? – Judita Jan 17 '22 at 07:11
  • Having the same issue - did you solve it somehow? – Chris Aug 19 '22 at 07:54
  • Having the same issue, just getting errors in log: 03-06 12:28:05.297 29615 29615 E libc : Access denied finding property "ro.vendor.pref_scale_resolution" 03-06 12:28:05.297 29615 29615 E libc : Access denied finding property "ro.vendor.pref_scale_resolution" – Vitaly Mar 06 '23 at 11:04
  • I have the same error craches in some devices and in my app it is Related to SQLite i don't why can't access SQLite database if you have any solution please let me know – Anti Atlas Dev Jun 18 '23 at 18:48

1 Answers1

0

i think the activity could not find your resource file and this error is on onCreate method on setContentView method. check your resource file and connectivity with java file.i hope you will you will solve your problem.

Abid khan
  • 9
  • 3