Deprecated Gradle features making it incompatible with Gradle 5.0. Android Studio 3.2

前端 未结 5 1221
情歌与酒
情歌与酒 2020-12-11 04:12

My android app Gradle build is not syncing, since I updated my android studio to 3.2. I have updated everything in the dependencies and still getting the same error. Here ar

5条回答
  •  北海茫月
    2020-12-11 04:44

    The Problem is because of the inconsistency of external dependencies. The Issue can be Easily Solved by migrating to Yarn Package Manager

    1. Delete Node Modules

    2. Delete Package.json.lock

    3. yarn install

    OR

    Try Deleting android/app/build folder

    The run the project by react-native run-android

提交回复
热议问题