[Fixed in 0.57] [Regression] Release Android Build Fails on ARM Emulators in 30%-50% times since 0.49 #21037
Labels
Impact: Regression
Describes a behavior that used to work on a prior release, but stopped working recently.
Issue: Author Provided Repro
This issue can be reproduced in Snack or an attached project.
Platform: Android
Android applications.
Resolution: Locked
This issue was locked by the bot.
Environment
Run
react-native info
in your terminal and paste its contents here.Description for this Regression
Hi! I'm working at Tipsi. Some of you have used our
tipsi-stripe
library.We are developing not only this library for React-Native and we have rules:
example
projectsWe are using Travis CI to run E2E-tests. Travis CI allows us to run Android tests only on Emulators with ARM processors architecture.
Currently, we are running tests on emulators on top Android-21 SDK (Android 5.0.1) without gms.
We have noticed that React-Native Apps since 0.49 starting OK only in 50% times, since 0.53.3 only in 30% times on ARM Emulators.
IMPORTANT:
QA
Q: What about x86 emulators?
A: On x86 emulators, every demo project works fine
Q: Why do not use x86 emulators on Travis CI?
A: Travis CI does not support them:
Q: What about iOS?
A: On iOS Simulators, every demo project works fine
Q: Is there a job demonstrates that on 0.48.4 everything is OK?
A: Yes
Reproducible Demo
https://github.com/isnifer/tipsi-travis-scripts/tree/feature/scripts
# inside the root of the folder npm run ci
Update from September 13, 2018
Q: Is there a job demonstrates that on 0.57.0 everything is OK?
A: Yes
The text was updated successfully, but these errors were encountered: