'Source code does not match the bytecode' when debugging on a device

前端 未结 15 1743
时光取名叫无心
时光取名叫无心 2020-11-28 08:07

I have an app which I am compiling against API level 21:

and then debug it on a real device with API level 23:

The problem is when I try debugging

15条回答
  •  渐次进展
    2020-11-28 08:23

    There's an open issue for this in Google's IssueTracker.

    The potential solutions given in the issue (as of the date of this post) are:

    • Click Build -> Clean
    • Disable Instant Run, in Settings -> Build, Execution, Deployment

提交回复
热议问题