Gradle sync failed with Android Studio 3.1: Uninitialized object exists on backward branch 70

前端 未结 5 1301
名媛妹妹
名媛妹妹 2020-12-16 09:19

After Updating Android Studio from 3.0 to 3.1 My project gradle syncing failed with the following error.

Gradle sync failed: Uninitialized object exists on         


        
5条回答
  •  伪装坚强ぢ
    2020-12-16 10:17

    As @tech_android already posted in this comment, to solve that problem permanently, go to Module Settings > SDK Location > Use embedded JDK.

    This will remove dependency on the external Java installation by using the embedded JDK.

提交回复
热议问题