Gradle gets stuck at either 'build' or 'assembleDebug' when using the 64bit or 32bit version of Android Studio

前端 未结 7 1638
夕颜
夕颜 2021-01-04 06:33

The issue I\'ve had over the past few months is that Android Studio would often get stuck on Gradle: build, as seen here. Android Studio itself would stay respo

7条回答
  •  萌比男神i
    2021-01-04 07:12

    If you have a fresh Ubuntu 14.04 with Android Studio 1.5, you may be missing a library. Try this:

    sudo apt-get install lib32z1
    

    Another stack overflow answer

提交回复
热议问题