Android Studio 0.8.2 - Gradle project sync failed

后端 未结 10 804
轮回少年
轮回少年 2021-01-17 09:51

In hindsight I should not have enabled L build stuff.

I am new to programming and I created a new Android Studio project which is throwing the Gradle errror right aw

10条回答
  •  长发绾君心
    2021-01-17 10:21

    1. Uncheck "Offline work" in File>Settings>Gradle>Global Gradle Settings
    2. Resync the project, for example by restarting the Android Studio.
    3. Once synced, you can check the option again to work offline
    4. Update java if Android L SDK installed

提交回复
热议问题