Closed sebqq closed 4 years ago
Hi @sebinq
This warning is related to the removal of support for armeabi in recent versions of NDK.
You can safely ignore the warning, but we'll look into whether we can prevent this while still supporting older versions of NDK and armeabi for customers that use these.
Thanks!
Hi, any update on this?
Hey @antoinerousseau, the update for this has been made and released in v5.0.0 of our bugsnag-android notifier: https://github.com/bugsnag/bugsnag-android/pull/825
The Android underlying notifier has not yet been updated in our RN notifier though. It's coming!
Has it been released yet?
Hi @icemancast
The RN notifier has not yet been released, we are still working on it. It has been held up somewhat due to delays in the iOS notifier which it also relies on. The iOS notifier update, which is expected imminently, is the last piece of the puzzle stopping the RN notifier being updated. We don't have definite dates for it yet but it will be soon.
I have started to get this warning recently after upgrading the NDK version so other libraries do not complain. Now this one is getting the warnings. Looking forward to the update.
The new version of the React Native Bugsnag Library has now been released. The React Native library has moved and is now included in bugsnag-js. Versions v7.3 and later make use of the v5 version of bugsnag-android which will include the changes made to address this issue. v7.3.3 is currently the latest available.
Hello I'm having problem with release build on Android. It keeps yelling following warning:
I was wondering if it could be cause by proguard feature, which I have enabled in my android config. Is anybody experiencing something similar?
Thank you so much!