Stuck with Gradle Build Running

前端 未结 7 938
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:56

    For my case I had to install gcc-multilib

    $ sudo apt-get install gcc-multilib
    

    Check the Gradle Console at the bottom right as it has more output than the Event log.

    0 讨论(0)
提交回复
热议问题