Unable to instantiate application com.android.tools.fd.runtime.BootstrapApplication ?Android

后端 未结 16 2513
忘了有多久
忘了有多久 2020-11-28 02:43

I updated my Android Studio to version 2.0. But I had a problem, I don\'t know why?

The important error info:

Unable to instantiate applicati

16条回答
  •  甜味超标
    2020-11-28 03:43

    In some Android devices with versions before OS 5.0 we get the error message:

    Caused by: java.lang.ClassNotFoundException: Didn't find class "com.android.tools.fd.runtime.BootstrapApplication

    We must disable "Instant Run".

    Go to File > Settings > Built, Execution, Deployment > Instant Run

    Then disable the option Enable Instant Run to hot swap code.

提交回复
热议问题