-
Notifications
You must be signed in to change notification settings - Fork 134
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
Android: Gradle Sync android.useDeprecatedNDK is no longer supported. #132
Comments
Has anyone been able to solve this issue? |
I haven't been able to. The maintainers have not responded either. |
Hello, thanks for the report! Feel free to send a PR I would be more than happy to review it. If not, I'll look into this during the next weeks :) |
@Kerumen if I have some free time in the next couple of weeks, I will take a stab at it. At this time this is unlikely due to the urgency to upgrade to (min) RN 59 and AndroidX compatibility. As I am sure you are aware, the Google Play Store changed their requirements, so RN developers are currently upgrading to meet the deadline. |
Have the same issue. Does anyone know any workaround? |
Not yet, i'm running my app with the same warning, but I don´t know when will be a major error for running. The issue is about de Android X update, but I don´t found any solution yet, I´ve tried to edit all component and migrate to Android X with Android Studio, but isn´t satisfactory. |
Hi, I fixed this issue by adding 'android.useDeprecatedNdk=true' at android/gradle.properties file |
@sscarlett96 eu tbm fiz dessa forma e funcionou. |
@sscarlett96 Worked for now. Hope we they resolve. |
@sscarlett96 work for me , thx bro ! |
After updating to the newest version of react, react-native, Android SDK, and AndroidX this library is not longer support. The user of android.useDeprecatedNDK=true is no longer supported either.
The text was updated successfully, but these errors were encountered: