Building and running app via Gradle and Android Studio is slower than via Eclipse

前端 未结 28 2276
太阳男子
太阳男子 2020-11-22 08:21

I have a multi-project (~10 modules) of which building takes about 20-30 seconds each time. When I press Run in Android Studio, I have to wait every time to rebuild the app,

28条回答
  •  没有蜡笔的小新
    2020-11-22 08:57

    USE this sudo dpkg --add-architecture i386 sudo apt-get update sudo apt-get install libncurses5:i386 libstdc++6:i386 zlib1g:i386

    Android Studio fails to build new project, timed out while wating for slave aapt process

提交回复
热议问题