android studio 2.3 instant run not working

前端 未结 11 1360
走了就别回头了
走了就别回头了 2020-12-05 17:17

I have updated android studio from 2.2 to 2.3,then I found Instant run not working.

Error while executing: am startservice com.exampl

11条回答
  •  不知归路
    2020-12-05 18:04

    Instant Run Documentation:

    To start using Instant Run, you also need to change the build variant to a debug version of your app and deploy it to a target device running Android 5.0 (API level 21) or higher. To learn about more techniques that speed up your build, read Optimize Your Build Speed

    so make sure your build variant is set to 'debug'.

提交回复
热议问题