Android Studio 3.3 Stuck at Project Setup:reading from cache

前端 未结 4 1770
刺人心
刺人心 2020-12-19 01:25

I have create module library with NDK. After updating Android Studio 3.3, open project on studio stuck on build project

Project Setup:reading from ca

4条回答
  •  被撕碎了的回忆
    2020-12-19 02:08

    Try Below approach:

    Go to "

    File -> Settings -> Build, Execution, Deployment -> Instant Run"

    and just disable it.

    With this Android Studio builds from scratch each time but it's better than not building it right.

提交回复
热议问题