Stuck with Gradle Build Running

前端 未结 7 950
Happy的楠姐
Happy的楠姐 2020-12-01 02:31

While trying to build my Application on Android Studio 2.1 (On Ubuntu 16.04), it gets stuck on the below note:

Executing tasks: [:app:generateDebugSources,          


        
7条回答
  •  天命终不由人
    2020-12-01 02:52

    The issue is that the project isn't synced with the gradle files. The resolution I did was go to File > Sync Project with Gradle Files and it was able to sync.

提交回复
热议问题