Skip to content

[Android] Gradle task bundleReleaseJsAndAssets is broken in 0.31.0-rc.1 #9134

Description

@dgladkov

Output of $ ./gradlew assembleRelease

:app:preBuild UP-TO-DATE
:app:preReleaseBuild UP-TO-DATE
:app:checkReleaseManifest
:app:preDebugBuild UP-TO-DATE
:react-native-vector-icons:compileLint
:react-native-vector-icons:copyReleaseLint UP-TO-DATE
:react-native-vector-icons:preBuild UP-TO-DATE
:react-native-vector-icons:preReleaseBuild UP-TO-DATE
:react-native-vector-icons:checkReleaseManifest
:react-native-vector-icons:preDebugAndroidTestBuild UP-TO-DATE
:react-native-vector-icons:preDebugBuild UP-TO-DATE
:react-native-vector-icons:preDebugUnitTestBuild UP-TO-DATE
:react-native-vector-icons:preReleaseUnitTestBuild UP-TO-DATE
:react-native-vector-icons:prepareComAndroidSupportAppcompatV72301Library
:react-native-vector-icons:prepareComAndroidSupportRecyclerviewV72301Library
:react-native-vector-icons:prepareComAndroidSupportSupportV42321Library
:react-native-vector-icons:prepareComFacebookFrescoDrawee0110Library
:react-native-vector-icons:prepareComFacebookFrescoFbcore0110Library
:react-native-vector-icons:prepareComFacebookFrescoFresco0110Library
:react-native-vector-icons:prepareComFacebookFrescoImagepipeline0110Library
:react-native-vector-icons:prepareComFacebookFrescoImagepipelineBase0110Library
:react-native-vector-icons:prepareComFacebookFrescoImagepipelineOkhttp30110Library
:react-native-vector-icons:prepareComFacebookReactReactNative0310Rc1Library
:react-native-vector-icons:prepareComFacebookSoloaderSoloader010Library
:react-native-vector-icons:prepareOrgWebkitAndroidJscR174650Library
:react-native-vector-icons:prepareReleaseDependencies
:react-native-vector-icons:compileReleaseAidl
:react-native-vector-icons:compileReleaseRenderscript
:react-native-vector-icons:generateReleaseBuildConfig
:react-native-vector-icons:generateReleaseAssets UP-TO-DATE
:react-native-vector-icons:mergeReleaseAssets
:react-native-vector-icons:generateReleaseResValues UP-TO-DATE
:react-native-vector-icons:generateReleaseResources
:react-native-vector-icons:mergeReleaseResources
:react-native-vector-icons:processReleaseManifest
:react-native-vector-icons:processReleaseResources
:react-native-vector-icons:generateReleaseSources
:react-native-vector-icons:processReleaseJavaRes UP-TO-DATE
:react-native-vector-icons:compileReleaseJavaWithJavac
:react-native-vector-icons:extractReleaseAnnotations
:react-native-vector-icons:mergeReleaseProguardFiles UP-TO-DATE
:react-native-vector-icons:packageReleaseJar
:react-native-vector-icons:compileReleaseNdk UP-TO-DATE
:react-native-vector-icons:packageReleaseJniLibs UP-TO-DATE
:react-native-vector-icons:packageReleaseLocalJar UP-TO-DATE
:react-native-vector-icons:packageReleaseRenderscript UP-TO-DATE
:react-native-vector-icons:packageReleaseResources
:react-native-vector-icons:bundleRelease
:app:prepareComAndroidSupportAppcompatV72301Library
:app:prepareComAndroidSupportRecyclerviewV72301Library
:app:prepareComAndroidSupportSupportV42321Library
:app:prepareComFacebookFrescoDrawee0110Library
:app:prepareComFacebookFrescoFbcore0110Library
:app:prepareComFacebookFrescoFresco0110Library
:app:prepareComFacebookFrescoImagepipeline0110Library
:app:prepareComFacebookFrescoImagepipelineBase0110Library
:app:prepareComFacebookFrescoImagepipelineOkhttp30110Library
:app:prepareComFacebookReactReactNative0310Rc1Library
:app:prepareComFacebookSoloaderSoloader010Library
:app:prepareForemanReactNativeVectorIconsUnspecifiedLibrary
:app:prepareOrgWebkitAndroidJscR174650Library
:app:prepareReleaseDependencies
:app:compileReleaseAidl
:app:compileReleaseRenderscript
:app:generateReleaseBuildConfig
:app:generateReleaseAssets UP-TO-DATE
:app:mergeReleaseAssets
:app:generateReleaseResValues UP-TO-DATE
:app:generateReleaseResources
:app:mergeReleaseResources
:app:bundleReleaseJsAndAssets

  Usage: cli [options] [command]


  Commands:

    start [options]          starts the webserver
    run-ios [options]        builds your app and starts it on iOS simulator
    run-android [options]    builds your app and starts it on a connected Android emulator or device
    new-library [options]    generates a native library bridge
    bundle [options]         builds the javascript bundle for offline use
    unbundle [options]       builds javascript as "unbundle" for offline use
    link [packageName]       links all native dependencies
    unlink <packageName>     unlink native dependency
    install <packageName>    install and link native dependencies
    uninstall <packageName>  uninstall and unlink native dependencies
    upgrade                  upgrade your app's template files to the latest version; run this after updating the react-native version in your package.json and running npm install
    log-android              starts adb logcat
    log-ios                  starts iOS device syslog tail

  Options:

    -h, --help     output usage information
    -V, --version  output the version number

:app:processArmeabi-v7aReleaseManifest
:app:processArmeabi-v7aReleaseResources
:app:processX86ReleaseManifest
:app:processX86ReleaseResources
:app:generateReleaseSources
:app:processReleaseJavaRes UP-TO-DATE
:app:compileReleaseJavaWithJavac
:app:compileReleaseNdk UP-TO-DATE
:app:proguardRelease
:app:dexRelease
:app:validateReleaseSigning
:app:packageArmeabi-v7aRelease
:app:zipalignArmeabi-v7aRelease
:app:assembleArmeabi-v7aRelease
:app:packageX86Release
:app:zipalignX86Release
:app:assembleX86Release
:app:compileReleaseSources
:app:lintVitalRelease
:app:assembleRelease
:react-native-vector-icons:compileReleaseSources
:react-native-vector-icons:assembleRelease

BUILD SUCCESSFUL

Total time: 41.799 secs

Reverting back to 0.30.0 fixes the problem

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions