Gradle Build Android Project “Could not resolve all dependencies” error

后端 未结 12 1998
孤街浪徒
孤街浪徒 2020-12-07 18:00

I\'m trying to build my first project with Gradle and I think my gradle files and settings are correct.

I\'m using only one module and Support V4 + AppCompatBar libr

12条回答
  •  一向
    一向 (楼主)
    2020-12-07 19:04

    1. Install android sdk manager
    2. check if building tools installed. install api 23.
    3. from the Android SDK Manager download the 'Android Support Repository'
    4. remove cordova-plugin-android-support-v4
    5. build

提交回复
热议问题