-
Notifications
You must be signed in to change notification settings - Fork 137
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 React Native build failure on AppCenter #317
Comments
A similar issue is described here: wonday/react-native-pdf#168 |
+1 |
Hi there, this is Mat from the App Center Build team - the issue here lies not within the App Center SDK but within this React Native issue. The latest NDK release dropped support for MIPS from the NDK and apparently this causes issues with some React Native apps. For some users, upgrading their Android Gradle plugin in their project configuration to 3.1.2 fixed the issue. i.e. To help us further identify and reproduce the issue, can you please create a conversation on App Center through the blue chat button in the bottom right corner and supply us with your Gradle configuration? |
@ranterle Is there any chance to change or configure version of NDK on AppCenter?
|
I tried @ranterle solution with changing gradle version to 3.1.2 and it works but I changed two files: in android/build.gradle: in android/gradle/wrapper/gradle-wrapper.properties: After those changes project starts compiling on AppCenter and my machine with NDK17 |
Thanks for confirming @krystiansliwa - this is great to hear. |
I get that error (AppDev is my build type)
|
Hey! We haven’t heard from you in a while, so I am going to go ahead and close this ticket. Should you still have any questions on App Center Build (and not our SDK), please contact us using the blue chat button on any page of https://appcenter.ms. If you have a SDK specific issue you can comment here or create a separate ticket. Thanks for using App Center! |
Hello i have this error on try generate build with AppCenter, how to solution? A problem occurred configuring root project 'Coletor'.
BUILD FAILED in 1m 43s |
hello did you find any solution? |
Description
Our React-native Android release build is failing at step :app:transformNative_libsWithStripDebugSymbolForRelease FAILED.
Running the release build on a 'dev machine' (my local machine) works without error.
Repro Steps
Details
Using AppCenter version 1.5.0. Dependencies as listed in yarn.lock:
`
appcenter-analytics@^1.4.0:
version "1.5.0"
resolved "https://registry.yarnpkg.com/appcenter-analytics/-/appcenter-analytics-1.5.0.tgz#48c147371a4b09c88678989403edde4c347e3a53"
dependencies:
appcenter "1.5.0"
appcenter-crashes@^1.4.0:
version "1.5.0"
resolved "https://registry.yarnpkg.com/appcenter-crashes/-/appcenter-crashes-1.5.0.tgz#c4ac4b7f38c0640be92558de683db7f8445a68a5"
dependencies:
appcenter "1.5.0"
[email protected]:
version "1.5.0"
resolved "https://registry.yarnpkg.com/appcenter-link-scripts/-/appcenter-link-scripts-1.5.0.tgz#593f61988cab598059598538a02743b0cd84c6c9"
dependencies:
debug "^2.2.0"
glob "^5.0.15"
inquirer "1.1.2"
mkdirp "^0.5.1"
plist "1.2.0"
which "^1.2.11"
xcode "^0.8.9"
[email protected], appcenter@^1.4.0:
version "1.5.0"
resolved "https://registry.yarnpkg.com/appcenter/-/appcenter-1.5.0.tgz#231c1b9aa515d2d6016abc0706062537d84e0e61"
dependencies:
appcenter-link-scripts "1.5.0"
`
The text was updated successfully, but these errors were encountered: