Deprecated Gradle features were used in this build, making it incompatible with Gradle 5.0

后端 未结 14 773
暖寄归人
暖寄归人 2020-11-28 07:33

I\'ve got a gradle FAILURE:

...\"Deprecated Gradle features were used in this build, making it incompatible with Gradle 5.0.\"

Case descrip

14条回答
  •  一个人的身影
    2020-11-28 07:53

    If you're using react-native then please try the below commands first before running your project:

    1. npm install --save-dev jetifier
    2. npx jetify

    Now run your project again. Hope this will work.

提交回复
热议问题