1 2 3 4 5 6 | // java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String android.content.Context.getPackageName()' on a null object reference // at android.location.GeocoderParams.<init>(GeocoderParams.java:50) // at android.location.Geocoder.<init>(Geocoder.java:83) // at android.location.Geocoder.<init>(Geocoder.java:95) // at fr.mobdev.blooddonation.fragment.PrefFragment$2.run(PrefFragment.java:74) // at java.lang.Thread.run(Thread.java:818) |