Stuck with Gradle Build Running

前端 未结 7 936
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:54

    Adding more to @SkyWalker's answer:

    Also check if you have the latest version of gradle. Updating gradle plug-in to the latest version could help.

    Note: I have a similar setup(Android Studio 2.1 on Ubuntu 16.04), and I had a similar problem. Updating gradle to the latest version solved the problem for me.

提交回复
热议问题