Closed mzsanford closed 5 years ago
Hi mzsanford Thanks for arise this issue. Me too face this issue.. Please share if you found any solution.
I have the same issue with the same environment.
We are experiencing the same error on a Pixel 2 device with the same ArCore version.
I am also experiencing the same error on a Pixel 2 XL device, Android 8.1.0, AR Core 1.9.190422066.
This started happening for me as well since yesterday. I need to clear the data of the ARCore apk before launching the app.
Same issue here, Pixel 2. It started crashing after ARCore updated to version 1.9.190422066. My workaround is to uninstall ARCore from Google play, and manually install version 1.9.190422056 on the device
@ausanova
I am having the same issue and where did you find the older apk ?
@EngineerKunle here you can find older ones https://arcore.en.uptodown.com/android/old Then just type "adb install arcore-1-9-190422056.apk" from the terminal when your device is connected
thanks @ausanova I got it working once I uninstalled ARCore and reinstalled the sample app then through the sample app updated ARCore and first run it works then after the crash happens again.
This is really bad update and needs a fix, if the app is in production this would be annoying
I'm having the same issue with an in development App. I have to uninstall and reinstall ARCore in between each AR session, even if the app does not close fully.
Also having the same issue on Pixel 2, ARCore version 1.9.190422066
Facing the same problem. But only while using a specific Iron Source network provider: "UnityAds" in conjunction with a Pixel 2 or Pixel 2XL, ARCore version 1.9.190422066.
Same issue. Pixel 2 XL. Specifically using Unity's AR Foundation.
I downgraded ARCore to 1.9.19042205 (uninstalled via the Play Store app, pulled the earlier version from apkmirror.com and installed that). Now my app is able to launch repeatedly unblocking my development. Not a long term solution but it seems to support the notion that there is an issue in ARCore 1.9.190422066.
+1. I'm also getting this issue on 1.9.190422066.
+1 This issue affects me too (Google Pixel 2 XL and ARCore 1.9.190422066 installed).
Edit: The problem still occurs on my Pixel 2 XL using the previous 1.9 version (1.9.19042205(6)). I needed to go back to 1.8 for older applications to startup at all (e.g. Microsofts Azure Spatial Anchors example), which, of course, breaks compat with the new model-viewer introduced with ARCore 1.9 to viewl .glb files.
We encounter the problem on our Pixel 2 XL test devices as well. I have found an additional workaround (needs root):
Having same issue on all our Pixel 2 XL devices. Unfortunately do not have these devices rooted and that type of solution can't be suggested to users running our app. What is weird though is that this ARCore update was 4 days ago, but our app started crashing for us today... Yesterday and 4 days ago it was running just fine, now it crashes on startup load, what could possibly have triggered this change?
We are using Vuforia with ARCore in this Unity app, it is obvious that the implementation of both together is now having issues, but these issues were not present before today and we did not make a new build of the app.
Any help/update/announcement on this from the ARCore team would be greatly appreciated.
Same issue here, Google Pixel 2 running ARCore 1.9. Downgrading to 1.9.19042205(6) did not work for me. - Initial launch after installing ARCore is successful, but subsequent launches of any ARCore application always fail with the above-mentioned error.
I've now downgraded both my ARCore application and my ARCore SDK to version 1.8, which solved the problem - no more crashes, repeated launches of ARCore applications work as expected. I am missing a few 1.9 API calls, but I can work around those until this is sorted.
https://github.com/google-ar/sceneform-android-sdk and https://github.com/google-ar/arcore-android-sdk/tree/master/samples/hello_ar_java have the same bug for me. Somehow, IKEA Place works fine.
I'm having the same issue today on a Google Pixel 2 XL.
Having same issue on Pixel 2XL with specified version of ARCore
Same issue on a Pixel 2 and Samsung S8.. work around seems to work for development, but obviously not suitable for production
From: Utsav Shah notifications@github.com Sent: Monday, May 27, 2019 5:24:58 AM To: google-ar/arcore-android-sdk Cc: Dan Foster-Smith; Manual Subject: Re: [google-ar/arcore-android-sdk] JNI DETECTED ERROR IN APPLICATION: com.google.ar.core.services.FeatureClient.getFeatureExtractionInfoClass (#789)
Having same issue on Pixel 2XL with specified version of ARCore
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/google-ar/arcore-android-sdk/issues/789?email_source=notifications&email_token=AAHJGVGYDBP7ZW6KW6XOVJTPXNPBVA5CNFSM4HOGEL7KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODWIXRKI#issuecomment-496072873, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AAHJGVEX7Z5BOSBCYBRZGV3PXNPBVANCNFSM4HOGEL7A.
Additional info: We have discovered that the crash only happens with a debug build (gradle command packageDebug) but not with a release build (packageRelease).
This appears to be an issue when CheckJNI is enabled, which happens when the android:debuggable
is set in the manifest.
We're rolling out a server side configuration change that should fix this issue. More details to follow.
My app has not been crashing today, can't speak for others but whatever you guys did fixed my problem, thank you!
For affected devices, we expect the configuration fix to reach your device in a matter of hours. If you are still seeing issues >24 hours from now, check that your device has a working internet connection, so that it is able to retrieve the configuration change.
There's not currently an easy way to force your device to get the new configuration. However, uninstalling/reinstalling ARCore (or simply wiping app data) should reset the configuration to the default, which is to not be affected by this issue.
Should you need the latest (or previous versions) of the ARCore APK for testing purposes, or to use in an Android Emulator, they are available to download from the releases pages: https://github.com/google-ar/arcore-android-sdk/releases
SPECIFIC ISSUE ENCOUNTERED
App crashes with JNI level error. Uninstalling and reinstalling ARCore will allow the app to launch one time. One the second launch the app crashes and it crashes every subsequent launch. The only fix is to re-install ARCore which allows one single use of the app.
VERSIONS USED
adb shell getprop ro.build.fingerprint
:google/walleye/walleye:9/PQ3A.190505.001/5373320:user/release-keys
STEPS TO REPRODUCE THE ISSUE
git clone https://github.com/google-ar/sceneform-android-sdk
and navigate tosamples/augmentedimage
though all exhibit this issue on my device)WORKAROUNDS (IF ANY)
ADDITIONAL COMMENTS
I have been working on a proof of concept based on the Augmented Image demo. I was able to build to my device repeatedly over the past few days. Today I had Android Studio crash while importing a new model. Perhaps that was unrelated but since then I have been encountering this issue using the same code and device I used previously.
I pulled a fresh copy of the repository and test Augment Image and Solar System demos and they both exhibit this problem now. I am able to repeatedly relaunch the Camera Playground AR feature.
The full logcat for this error is included below: