Skip to content
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

Fixing yellow warning for UIManager in ReactNative #281

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

alimek
Copy link

@alimek alimek commented Jun 6, 2019

Base on fork @tt-driver-apps, fixed comment for review #266 .

Happy to close it if @tt-driver-apps will update his PR.

  • updated latest master from WIX

@samermurad
Copy link

@wixmobile
Just Like
#266
the Jenkins is not building due to licensing issue while downloading the SDK tools...

maybe this could be a solution?

This is the Jenkins error... copied from this build

09:30:20 Unzipping /home/jenkins/.gradle/wrapper/dists/gradle-4.10.2-all/9fahxiiecdb76a5g3aw9oi8rv/gradle-4.10.2-all.zip to /home/jenkins/.gradle/wrapper/dists/gradle-4.10.2-all/9fahxiiecdb76a5g3aw9oi8rv
09:30:23 Set executable permissions for: /home/jenkins/.gradle/wrapper/dists/gradle-4.10.2-all/9fahxiiecdb76a5g3aw9oi8rv/gradle-4.10.2/bin/gradle
09:30:23 
09:30:23 Welcome to Gradle 4.10.2!
09:30:23 
09:30:23 Here are the highlights of this release:
09:30:23  - Incremental Java compilation by default
09:30:23  - Periodic Gradle caches cleanup
09:30:23  - Gradle Kotlin DSL 1.0-RC6
09:30:23  - Nested included builds
09:30:23  - SNAPSHOT plugin versions in the `plugins {}` block
09:30:23 
09:30:23 For more details see https://docs.gradle.org/4.10.2/release-notes.html
09:30:23 
09:30:23 Starting a Gradle Daemon (subsequent builds will be faster)
09:30:48 
09:30:48 > Configure project :app
09:30:48 File /home/jenkins/.android/repositories.cfg could not be loaded.
09:30:49 Checking the license for package Android SDK Build-Tools 28.0.3 in /usr/local/share/android-sdk/licenses
09:30:49 Warning: License for package Android SDK Build-Tools 28.0.3 not accepted.
09:30:49 Checking the license for package Android SDK Platform 28 in /usr/local/share/android-sdk/licenses
09:30:49 Warning: License for package Android SDK Platform 28 not accepted.
09:30:49 
09:30:49 FAILURE: Build failed with an exception.
09:30:49 
09:30:49 * What went wrong:
09:30:49 A problem occurred configuring project ':app'.
09:30:49 > Failed to install the following Android SDK packages as some licences have not been accepted.
09:30:49      build-tools;28.0.3 Android SDK Build-Tools 28.0.3
09:30:49      platforms;android-28 Android SDK Platform 28
09:30:49   To build this project, accept the SDK license agreements and install the missing components using the Android Studio SDK Manager.
09:30:49   Alternatively, to transfer the license agreements from one workstation to another, see http://d.android.com/r/studio-ui/export-licenses.html
09:30:49   
09:30:49   Using Android SDK: /usr/local/share/android-sdk
09:30:49 
09:30:49 * Try:
09:30:49 Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
09:30:49 
09:30:49 * Get more help at https://help.gradle.org
09:30:49 
09:30:49 BUILD FAILED in 32s
09:30:49 detox[20873] ERROR: [cli.js] Error: Command failed: cd playground/android && ./gradlew :app:assembleRelease :app:assembleAndroidTest -DtestBuildType=release
09:30:49 
09:30:49 npm ERR! code ELIFECYCLE
09:30:49 npm ERR! errno 1
09:30:49 npm ERR! [email protected] build:android: `detox build --configuration android.emu.release`
09:30:49 npm ERR! Exit status 1
09:30:49 npm ERR! 
09:30:49 npm ERR! Failed at the [email protected] build:android script.
09:30:49 npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
09:30:49 
09:30:49 npm ERR! A complete log of this run can be found in:
09:30:49 npm ERR!     /home/jenkins/.npm/_logs/2019-06-06T07_30_49_485Z-debug.log
09:30:49 npm ERR! code ELIFECYCLE
09:30:49 npm ERR! errno 1
09:30:49 npm ERR! [email protected] e2e:android:ci: `npm run build:android && detox test --configuration android.emu.release --loglevel verbose --headless`
09:30:49 npm ERR! Exit status 1
09:30:49 npm ERR! 
09:30:49 npm ERR! Failed at the [email protected] e2e:android:ci script.
09:30:49 npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
09:30:49 
09:30:49 npm ERR! A complete log of this run can be found in:
09:30:49 npm ERR!     /home/jenkins/.npm/_logs/2019-06-06T07_30_49_505Z-debug.log
09:30:49 Build step 'Execute shell' marked build as failure
09:30:51 Finished: FAILURE

@parohy
Copy link

parohy commented Jun 19, 2019

What is the hold up?

@alimek
Copy link
Author

alimek commented Jun 19, 2019

maybe @donghungx can check it?

@samermurad
Copy link

or maybe @Inbal-Tish ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants