React-Native Execution failed for task ':react-native-svg:verifyReleaseResources'












4















In React-Native Android Emulator, it works perfectly. However, when I run the following:



cd android && ./gradlew assembleRelease


I get this error and I don't know what to do



error: resource android:style/TextAppearance.Material.Widget.Button.Borderless.Colored not found.
error: resource android:style/TextAppearance.Material.Widget.Button.Colored not found.
/Users/bryan/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/1b8e5cb1180cba6c93c5f4bac1122fec/res/values-v26/values-v26.xml:9:5-12:13: AAPT: error: resource android:attr/colorError not found.

/Users/bryan/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/1b8e5cb1180cba6c93c5f4bac1122fec/res/values-v26/values-v26.xml:13:5-16:13: AAPT: error: resource android:attr/colorError not found.

/Users/bryan/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/1b8e5cb1180cba6c93c5f4bac1122fec/res/values-v26/values-v26.xml:17:5-93: AAPT: error: style attribute 'android:attr/keyboardNavigationCluster' not found.

/Users/bryan/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/1b8e5cb1180cba6c93c5f4bac1122fec/res/values/values.xml:251:5-69: AAPT: error: resource android:attr/fontStyle not found.

/Users/bryan/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/1b8e5cb1180cba6c93c5f4bac1122fec/res/values/values.xml:251:5-69: AAPT: error: resource android:attr/font not found.

/Users/bryan/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/1b8e5cb1180cba6c93c5f4bac1122fec/res/values/values.xml:251:5-69: AAPT: error: resource android:attr/fontWeight not found.

error: failed linking references.


EDIT: More info



When I do the above command I also get this:



Configure project :react-native-svg 
WARNING: Configuration 'compile' is obsolete and has been replaced with 'implementation' and 'api'.
It will be removed at the end of 2018. For more information see: http://d.android.com/r/tools/update-dependency-configurations.html
WARNING: The specified Android SDK Build Tools version (23.0.1) is ignored, as it is below the minimum supported version (27.0.3) for Android Gradle Plugin 3.1.4.
Android SDK Build Tools 27.0.3 will be used.
To suppress this warning, remove "buildToolsVersion '23.0.1'" from your build.gradle file, as each version of the Android Gradle Plugin now has a default version of the build tools.


Packag.e.json



  "react-native-svg": "^6.3.1",
"react-native": "^0.57.1"
}
"devDependencies": {
"babel-jest": "23.2.0",
"babel-preset-react-native": "4.0.0",
"jest": "23.2.0",
"react-test-renderer": "16.3.1"
}









share|improve this question

























  • Add your gradle version and gradle tools version and RN version to your question

    – Florin Dobre
    Nov 21 '18 at 10:14











  • If you are using RN 0.57 check this stackoverflow.com/a/52767101/1979861

    – Florin Dobre
    Nov 21 '18 at 10:18











  • @FlorinDobre how do I find the Gradle tools version? I'm seeing a lot of different numbers in my files. I checked out this post but it doesn't seem to be the same issue I'm having. My build.gradle has classpath 'com.android.tools.build:gradle:3.1.4' int it

    – bryan
    Nov 21 '18 at 18:32













  • I added an answer with the settings that work for me.

    – Florin Dobre
    Nov 22 '18 at 9:06
















4















In React-Native Android Emulator, it works perfectly. However, when I run the following:



cd android && ./gradlew assembleRelease


I get this error and I don't know what to do



error: resource android:style/TextAppearance.Material.Widget.Button.Borderless.Colored not found.
error: resource android:style/TextAppearance.Material.Widget.Button.Colored not found.
/Users/bryan/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/1b8e5cb1180cba6c93c5f4bac1122fec/res/values-v26/values-v26.xml:9:5-12:13: AAPT: error: resource android:attr/colorError not found.

/Users/bryan/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/1b8e5cb1180cba6c93c5f4bac1122fec/res/values-v26/values-v26.xml:13:5-16:13: AAPT: error: resource android:attr/colorError not found.

/Users/bryan/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/1b8e5cb1180cba6c93c5f4bac1122fec/res/values-v26/values-v26.xml:17:5-93: AAPT: error: style attribute 'android:attr/keyboardNavigationCluster' not found.

/Users/bryan/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/1b8e5cb1180cba6c93c5f4bac1122fec/res/values/values.xml:251:5-69: AAPT: error: resource android:attr/fontStyle not found.

/Users/bryan/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/1b8e5cb1180cba6c93c5f4bac1122fec/res/values/values.xml:251:5-69: AAPT: error: resource android:attr/font not found.

/Users/bryan/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/1b8e5cb1180cba6c93c5f4bac1122fec/res/values/values.xml:251:5-69: AAPT: error: resource android:attr/fontWeight not found.

error: failed linking references.


EDIT: More info



When I do the above command I also get this:



Configure project :react-native-svg 
WARNING: Configuration 'compile' is obsolete and has been replaced with 'implementation' and 'api'.
It will be removed at the end of 2018. For more information see: http://d.android.com/r/tools/update-dependency-configurations.html
WARNING: The specified Android SDK Build Tools version (23.0.1) is ignored, as it is below the minimum supported version (27.0.3) for Android Gradle Plugin 3.1.4.
Android SDK Build Tools 27.0.3 will be used.
To suppress this warning, remove "buildToolsVersion '23.0.1'" from your build.gradle file, as each version of the Android Gradle Plugin now has a default version of the build tools.


Packag.e.json



  "react-native-svg": "^6.3.1",
"react-native": "^0.57.1"
}
"devDependencies": {
"babel-jest": "23.2.0",
"babel-preset-react-native": "4.0.0",
"jest": "23.2.0",
"react-test-renderer": "16.3.1"
}









share|improve this question

























  • Add your gradle version and gradle tools version and RN version to your question

    – Florin Dobre
    Nov 21 '18 at 10:14











  • If you are using RN 0.57 check this stackoverflow.com/a/52767101/1979861

    – Florin Dobre
    Nov 21 '18 at 10:18











  • @FlorinDobre how do I find the Gradle tools version? I'm seeing a lot of different numbers in my files. I checked out this post but it doesn't seem to be the same issue I'm having. My build.gradle has classpath 'com.android.tools.build:gradle:3.1.4' int it

    – bryan
    Nov 21 '18 at 18:32













  • I added an answer with the settings that work for me.

    – Florin Dobre
    Nov 22 '18 at 9:06














4












4








4








In React-Native Android Emulator, it works perfectly. However, when I run the following:



cd android && ./gradlew assembleRelease


I get this error and I don't know what to do



error: resource android:style/TextAppearance.Material.Widget.Button.Borderless.Colored not found.
error: resource android:style/TextAppearance.Material.Widget.Button.Colored not found.
/Users/bryan/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/1b8e5cb1180cba6c93c5f4bac1122fec/res/values-v26/values-v26.xml:9:5-12:13: AAPT: error: resource android:attr/colorError not found.

/Users/bryan/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/1b8e5cb1180cba6c93c5f4bac1122fec/res/values-v26/values-v26.xml:13:5-16:13: AAPT: error: resource android:attr/colorError not found.

/Users/bryan/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/1b8e5cb1180cba6c93c5f4bac1122fec/res/values-v26/values-v26.xml:17:5-93: AAPT: error: style attribute 'android:attr/keyboardNavigationCluster' not found.

/Users/bryan/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/1b8e5cb1180cba6c93c5f4bac1122fec/res/values/values.xml:251:5-69: AAPT: error: resource android:attr/fontStyle not found.

/Users/bryan/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/1b8e5cb1180cba6c93c5f4bac1122fec/res/values/values.xml:251:5-69: AAPT: error: resource android:attr/font not found.

/Users/bryan/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/1b8e5cb1180cba6c93c5f4bac1122fec/res/values/values.xml:251:5-69: AAPT: error: resource android:attr/fontWeight not found.

error: failed linking references.


EDIT: More info



When I do the above command I also get this:



Configure project :react-native-svg 
WARNING: Configuration 'compile' is obsolete and has been replaced with 'implementation' and 'api'.
It will be removed at the end of 2018. For more information see: http://d.android.com/r/tools/update-dependency-configurations.html
WARNING: The specified Android SDK Build Tools version (23.0.1) is ignored, as it is below the minimum supported version (27.0.3) for Android Gradle Plugin 3.1.4.
Android SDK Build Tools 27.0.3 will be used.
To suppress this warning, remove "buildToolsVersion '23.0.1'" from your build.gradle file, as each version of the Android Gradle Plugin now has a default version of the build tools.


Packag.e.json



  "react-native-svg": "^6.3.1",
"react-native": "^0.57.1"
}
"devDependencies": {
"babel-jest": "23.2.0",
"babel-preset-react-native": "4.0.0",
"jest": "23.2.0",
"react-test-renderer": "16.3.1"
}









share|improve this question
















In React-Native Android Emulator, it works perfectly. However, when I run the following:



cd android && ./gradlew assembleRelease


I get this error and I don't know what to do



error: resource android:style/TextAppearance.Material.Widget.Button.Borderless.Colored not found.
error: resource android:style/TextAppearance.Material.Widget.Button.Colored not found.
/Users/bryan/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/1b8e5cb1180cba6c93c5f4bac1122fec/res/values-v26/values-v26.xml:9:5-12:13: AAPT: error: resource android:attr/colorError not found.

/Users/bryan/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/1b8e5cb1180cba6c93c5f4bac1122fec/res/values-v26/values-v26.xml:13:5-16:13: AAPT: error: resource android:attr/colorError not found.

/Users/bryan/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/1b8e5cb1180cba6c93c5f4bac1122fec/res/values-v26/values-v26.xml:17:5-93: AAPT: error: style attribute 'android:attr/keyboardNavigationCluster' not found.

/Users/bryan/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/1b8e5cb1180cba6c93c5f4bac1122fec/res/values/values.xml:251:5-69: AAPT: error: resource android:attr/fontStyle not found.

/Users/bryan/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/1b8e5cb1180cba6c93c5f4bac1122fec/res/values/values.xml:251:5-69: AAPT: error: resource android:attr/font not found.

/Users/bryan/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/1b8e5cb1180cba6c93c5f4bac1122fec/res/values/values.xml:251:5-69: AAPT: error: resource android:attr/fontWeight not found.

error: failed linking references.


EDIT: More info



When I do the above command I also get this:



Configure project :react-native-svg 
WARNING: Configuration 'compile' is obsolete and has been replaced with 'implementation' and 'api'.
It will be removed at the end of 2018. For more information see: http://d.android.com/r/tools/update-dependency-configurations.html
WARNING: The specified Android SDK Build Tools version (23.0.1) is ignored, as it is below the minimum supported version (27.0.3) for Android Gradle Plugin 3.1.4.
Android SDK Build Tools 27.0.3 will be used.
To suppress this warning, remove "buildToolsVersion '23.0.1'" from your build.gradle file, as each version of the Android Gradle Plugin now has a default version of the build tools.


Packag.e.json



  "react-native-svg": "^6.3.1",
"react-native": "^0.57.1"
}
"devDependencies": {
"babel-jest": "23.2.0",
"babel-preset-react-native": "4.0.0",
"jest": "23.2.0",
"react-test-renderer": "16.3.1"
}






android react-native react-native-android






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Nov 21 '18 at 18:55







bryan

















asked Nov 21 '18 at 1:35









bryanbryan

2,307836101




2,307836101













  • Add your gradle version and gradle tools version and RN version to your question

    – Florin Dobre
    Nov 21 '18 at 10:14











  • If you are using RN 0.57 check this stackoverflow.com/a/52767101/1979861

    – Florin Dobre
    Nov 21 '18 at 10:18











  • @FlorinDobre how do I find the Gradle tools version? I'm seeing a lot of different numbers in my files. I checked out this post but it doesn't seem to be the same issue I'm having. My build.gradle has classpath 'com.android.tools.build:gradle:3.1.4' int it

    – bryan
    Nov 21 '18 at 18:32













  • I added an answer with the settings that work for me.

    – Florin Dobre
    Nov 22 '18 at 9:06



















  • Add your gradle version and gradle tools version and RN version to your question

    – Florin Dobre
    Nov 21 '18 at 10:14











  • If you are using RN 0.57 check this stackoverflow.com/a/52767101/1979861

    – Florin Dobre
    Nov 21 '18 at 10:18











  • @FlorinDobre how do I find the Gradle tools version? I'm seeing a lot of different numbers in my files. I checked out this post but it doesn't seem to be the same issue I'm having. My build.gradle has classpath 'com.android.tools.build:gradle:3.1.4' int it

    – bryan
    Nov 21 '18 at 18:32













  • I added an answer with the settings that work for me.

    – Florin Dobre
    Nov 22 '18 at 9:06

















Add your gradle version and gradle tools version and RN version to your question

– Florin Dobre
Nov 21 '18 at 10:14





Add your gradle version and gradle tools version and RN version to your question

– Florin Dobre
Nov 21 '18 at 10:14













If you are using RN 0.57 check this stackoverflow.com/a/52767101/1979861

– Florin Dobre
Nov 21 '18 at 10:18





If you are using RN 0.57 check this stackoverflow.com/a/52767101/1979861

– Florin Dobre
Nov 21 '18 at 10:18













@FlorinDobre how do I find the Gradle tools version? I'm seeing a lot of different numbers in my files. I checked out this post but it doesn't seem to be the same issue I'm having. My build.gradle has classpath 'com.android.tools.build:gradle:3.1.4' int it

– bryan
Nov 21 '18 at 18:32







@FlorinDobre how do I find the Gradle tools version? I'm seeing a lot of different numbers in my files. I checked out this post but it doesn't seem to be the same issue I'm having. My build.gradle has classpath 'com.android.tools.build:gradle:3.1.4' int it

– bryan
Nov 21 '18 at 18:32















I added an answer with the settings that work for me.

– Florin Dobre
Nov 22 '18 at 9:06





I added an answer with the settings that work for me.

– Florin Dobre
Nov 22 '18 at 9:06












2 Answers
2






active

oldest

votes


















0














For RN 0.57 this should work:



minSdkVersion = 17
compileSdkVersion = 27
targetSdkVersion = 27
supportLibVersion = "27.0.3"

classpath 'com.android.tools.build:gradle:3.1.4'


Gradle 4.4



`distributionUrl=https://services.gradle.org/distributions/gradle-4.4-all.zip`


Check also the RN changeLog for 0.57 and babel deps, make sure you are using babel 7.



React native upgrade from babel 6 to babel 7



Also try to clean the cache:
rm -rf $TMPDIR/react-* && rm -rf $TMPDIR/metro-* && rm -rf $TMPDIR/haste-* && watchman watch-del-all && rm -rf ios/build && rm -rf node_modules && yarn install && npm start -- --reset-cache






share|improve this answer


























  • same config as you, migrated to babel 7, still getting the same error

    – vbvx
    Nov 22 '18 at 14:22













  • clean and cleanBuildCache is the first thing i do before everything else when I run into some gradle issues. Oh i see that you also edited your answer

    – vbvx
    Nov 22 '18 at 16:45













  • the craziest is that when I do run assembleRelease from android studio it works

    – vbvx
    Nov 22 '18 at 17:07



















-1














I updated my react-native-svg to this version and it worked:



"react-native-svg": "6.5.2",





share|improve this answer























    Your Answer






    StackExchange.ifUsing("editor", function () {
    StackExchange.using("externalEditor", function () {
    StackExchange.using("snippets", function () {
    StackExchange.snippets.init();
    });
    });
    }, "code-snippets");

    StackExchange.ready(function() {
    var channelOptions = {
    tags: "".split(" "),
    id: "1"
    };
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function() {
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled) {
    StackExchange.using("snippets", function() {
    createEditor();
    });
    }
    else {
    createEditor();
    }
    });

    function createEditor() {
    StackExchange.prepareEditor({
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    imageUploader: {
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    },
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    });


    }
    });














    draft saved

    draft discarded


















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53404109%2freact-native-execution-failed-for-task-react-native-svgverifyreleaseresources%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    2 Answers
    2






    active

    oldest

    votes








    2 Answers
    2






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    0














    For RN 0.57 this should work:



    minSdkVersion = 17
    compileSdkVersion = 27
    targetSdkVersion = 27
    supportLibVersion = "27.0.3"

    classpath 'com.android.tools.build:gradle:3.1.4'


    Gradle 4.4



    `distributionUrl=https://services.gradle.org/distributions/gradle-4.4-all.zip`


    Check also the RN changeLog for 0.57 and babel deps, make sure you are using babel 7.



    React native upgrade from babel 6 to babel 7



    Also try to clean the cache:
    rm -rf $TMPDIR/react-* && rm -rf $TMPDIR/metro-* && rm -rf $TMPDIR/haste-* && watchman watch-del-all && rm -rf ios/build && rm -rf node_modules && yarn install && npm start -- --reset-cache






    share|improve this answer


























    • same config as you, migrated to babel 7, still getting the same error

      – vbvx
      Nov 22 '18 at 14:22













    • clean and cleanBuildCache is the first thing i do before everything else when I run into some gradle issues. Oh i see that you also edited your answer

      – vbvx
      Nov 22 '18 at 16:45













    • the craziest is that when I do run assembleRelease from android studio it works

      – vbvx
      Nov 22 '18 at 17:07
















    0














    For RN 0.57 this should work:



    minSdkVersion = 17
    compileSdkVersion = 27
    targetSdkVersion = 27
    supportLibVersion = "27.0.3"

    classpath 'com.android.tools.build:gradle:3.1.4'


    Gradle 4.4



    `distributionUrl=https://services.gradle.org/distributions/gradle-4.4-all.zip`


    Check also the RN changeLog for 0.57 and babel deps, make sure you are using babel 7.



    React native upgrade from babel 6 to babel 7



    Also try to clean the cache:
    rm -rf $TMPDIR/react-* && rm -rf $TMPDIR/metro-* && rm -rf $TMPDIR/haste-* && watchman watch-del-all && rm -rf ios/build && rm -rf node_modules && yarn install && npm start -- --reset-cache






    share|improve this answer


























    • same config as you, migrated to babel 7, still getting the same error

      – vbvx
      Nov 22 '18 at 14:22













    • clean and cleanBuildCache is the first thing i do before everything else when I run into some gradle issues. Oh i see that you also edited your answer

      – vbvx
      Nov 22 '18 at 16:45













    • the craziest is that when I do run assembleRelease from android studio it works

      – vbvx
      Nov 22 '18 at 17:07














    0












    0








    0







    For RN 0.57 this should work:



    minSdkVersion = 17
    compileSdkVersion = 27
    targetSdkVersion = 27
    supportLibVersion = "27.0.3"

    classpath 'com.android.tools.build:gradle:3.1.4'


    Gradle 4.4



    `distributionUrl=https://services.gradle.org/distributions/gradle-4.4-all.zip`


    Check also the RN changeLog for 0.57 and babel deps, make sure you are using babel 7.



    React native upgrade from babel 6 to babel 7



    Also try to clean the cache:
    rm -rf $TMPDIR/react-* && rm -rf $TMPDIR/metro-* && rm -rf $TMPDIR/haste-* && watchman watch-del-all && rm -rf ios/build && rm -rf node_modules && yarn install && npm start -- --reset-cache






    share|improve this answer















    For RN 0.57 this should work:



    minSdkVersion = 17
    compileSdkVersion = 27
    targetSdkVersion = 27
    supportLibVersion = "27.0.3"

    classpath 'com.android.tools.build:gradle:3.1.4'


    Gradle 4.4



    `distributionUrl=https://services.gradle.org/distributions/gradle-4.4-all.zip`


    Check also the RN changeLog for 0.57 and babel deps, make sure you are using babel 7.



    React native upgrade from babel 6 to babel 7



    Also try to clean the cache:
    rm -rf $TMPDIR/react-* && rm -rf $TMPDIR/metro-* && rm -rf $TMPDIR/haste-* && watchman watch-del-all && rm -rf ios/build && rm -rf node_modules && yarn install && npm start -- --reset-cache







    share|improve this answer














    share|improve this answer



    share|improve this answer








    edited Nov 22 '18 at 14:31

























    answered Nov 22 '18 at 9:05









    Florin DobreFlorin Dobre

    4,18222645




    4,18222645













    • same config as you, migrated to babel 7, still getting the same error

      – vbvx
      Nov 22 '18 at 14:22













    • clean and cleanBuildCache is the first thing i do before everything else when I run into some gradle issues. Oh i see that you also edited your answer

      – vbvx
      Nov 22 '18 at 16:45













    • the craziest is that when I do run assembleRelease from android studio it works

      – vbvx
      Nov 22 '18 at 17:07



















    • same config as you, migrated to babel 7, still getting the same error

      – vbvx
      Nov 22 '18 at 14:22













    • clean and cleanBuildCache is the first thing i do before everything else when I run into some gradle issues. Oh i see that you also edited your answer

      – vbvx
      Nov 22 '18 at 16:45













    • the craziest is that when I do run assembleRelease from android studio it works

      – vbvx
      Nov 22 '18 at 17:07

















    same config as you, migrated to babel 7, still getting the same error

    – vbvx
    Nov 22 '18 at 14:22







    same config as you, migrated to babel 7, still getting the same error

    – vbvx
    Nov 22 '18 at 14:22















    clean and cleanBuildCache is the first thing i do before everything else when I run into some gradle issues. Oh i see that you also edited your answer

    – vbvx
    Nov 22 '18 at 16:45







    clean and cleanBuildCache is the first thing i do before everything else when I run into some gradle issues. Oh i see that you also edited your answer

    – vbvx
    Nov 22 '18 at 16:45















    the craziest is that when I do run assembleRelease from android studio it works

    – vbvx
    Nov 22 '18 at 17:07





    the craziest is that when I do run assembleRelease from android studio it works

    – vbvx
    Nov 22 '18 at 17:07













    -1














    I updated my react-native-svg to this version and it worked:



    "react-native-svg": "6.5.2",





    share|improve this answer




























      -1














      I updated my react-native-svg to this version and it worked:



      "react-native-svg": "6.5.2",





      share|improve this answer


























        -1












        -1








        -1







        I updated my react-native-svg to this version and it worked:



        "react-native-svg": "6.5.2",





        share|improve this answer













        I updated my react-native-svg to this version and it worked:



        "react-native-svg": "6.5.2",






        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Nov 23 '18 at 18:16









        bryanbryan

        2,307836101




        2,307836101






























            draft saved

            draft discarded




















































            Thanks for contributing an answer to Stack Overflow!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53404109%2freact-native-execution-failed-for-task-react-native-svgverifyreleaseresources%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            鏡平學校

            ꓛꓣだゔៀៅຸ໢ທຮ໕໒ ,ໂ'໥໓າ໼ឨឲ៵៭ៈゎゔit''䖳𥁄卿' ☨₤₨こゎもょの;ꜹꟚꞖꞵꟅꞛေၦေɯ,ɨɡ𛃵𛁹ޝ޳ޠ޾,ޤޒޯ޾𫝒𫠁သ𛅤チョ'サノބޘދ𛁐ᶿᶇᶀᶋᶠ㨑㽹⻮ꧬ꧹؍۩وَؠ㇕㇃㇪ ㇦㇋㇋ṜẰᵡᴠ 軌ᵕ搜۳ٰޗޮ޷ސޯ𫖾𫅀ल, ꙭ꙰ꚅꙁꚊꞻꝔ꟠Ꝭㄤﺟޱސꧨꧼ꧴ꧯꧽ꧲ꧯ'⽹⽭⾁⿞⼳⽋២៩ញណើꩯꩤ꩸ꩮᶻᶺᶧᶂ𫳲𫪭𬸄𫵰𬖩𬫣𬊉ၲ𛅬㕦䬺𫝌𫝼,,𫟖𫞽ហៅ஫㆔ాఆఅꙒꚞꙍ,Ꙟ꙱エ ,ポテ,フࢰࢯ𫟠𫞶 𫝤𫟠ﺕﹱﻜﻣ𪵕𪭸𪻆𪾩𫔷ġ,ŧآꞪ꟥,ꞔꝻ♚☹⛵𛀌ꬷꭞȄƁƪƬșƦǙǗdžƝǯǧⱦⱰꓕꓢႋ神 ဴ၀க௭எ௫ឫោ ' េㇷㇴㇼ神ㇸㇲㇽㇴㇼㇻㇸ'ㇸㇿㇸㇹㇰㆣꓚꓤ₡₧ ㄨㄟ㄂ㄖㄎ໗ツڒذ₶।ऩछएोञयूटक़कयँृी,冬'𛅢𛅥ㇱㇵㇶ𥄥𦒽𠣧𠊓𧢖𥞘𩔋цѰㄠſtʯʭɿʆʗʍʩɷɛ,əʏダヵㄐㄘR{gỚṖḺờṠṫảḙḭᴮᵏᴘᵀᵷᵕᴜᴏᵾq﮲ﲿﴽﭙ軌ﰬﶚﶧ﫲Ҝжюїкӈㇴffצּ﬘﭅﬈軌'ffistfflſtffतभफɳɰʊɲʎ𛁱𛁖𛁮𛀉 𛂯𛀞నఋŀŲ 𫟲𫠖𫞺ຆຆ ໹້໕໗ๆทԊꧢꧠ꧰ꓱ⿝⼑ŎḬẃẖỐẅ ,ờỰỈỗﮊDžȩꭏꭎꬻ꭮ꬿꭖꭥꭅ㇭神 ⾈ꓵꓑ⺄㄄ㄪㄙㄅㄇstA۵䞽ॶ𫞑𫝄㇉㇇゜軌𩜛𩳠Jﻺ‚Üမ႕ႌႊၐၸဓၞၞၡ៸wyvtᶎᶪᶹစဎ꣡꣰꣢꣤ٗ؋لㇳㇾㇻㇱ㆐㆔,,㆟Ⱶヤマފ޼ޝަݿݞݠݷݐ',ݘ,ݪݙݵ𬝉𬜁𫝨𫞘くせぉて¼óû×ó£…𛅑הㄙくԗԀ5606神45,神796'𪤻𫞧ꓐ㄁ㄘɥɺꓵꓲ3''7034׉ⱦⱠˆ“𫝋ȍ,ꩲ軌꩷ꩶꩧꩫఞ۔فڱێظペサ神ナᴦᵑ47 9238їﻂ䐊䔉㠸﬎ffiﬣ,לּᴷᴦᵛᵽ,ᴨᵤ ᵸᵥᴗᵈꚏꚉꚟ⻆rtǟƴ𬎎

            Why https connections are so slow when debugging (stepping over) in Java?