-
Notifications
You must be signed in to change notification settings - Fork 146
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: Exception in HostObject::get(propName:JailMonkey): java.lang.NullPointerException #76
Comments
I have the same issue Samsung Galaxy Note9, Android 10 |
I have the same issue Galaxy Note10+, Android 10 |
Getting this issue as well. It seems to be exclusive to Samsung devices. It comes in as |
my team only uses the mocked location and rooted check so it must be from one of those. If I had to guess it's coming from the mocked location check here:
Android docs say that it can't come back as null BUT I do see some cases online where people say it's coming back as null if permission settings are wrong. it's just a guess though. Almost everything else in there is covered by try/catches |
@nzankich If at the android side it is coming as |
@mountainfirefly if anything it would be the opposite. maybe the rooted device is disrupting/blocking that check? I don't think there is any correlation though. I think Samsung devices have a bug/are just doing something against Android specs |
Had this problem today too and came here via google. Samsung device. Any idea what could cause it? |
jail-monkey version: 2.3.2
RN: 0.61.5
Setup:
android/app/build.gradle:
settings.build.gradle
I am getting this error in some of the android devices (Samsung note 20 Ultra):
Can you please help on what might be wrong here?
The text was updated successfully, but these errors were encountered: