2

I have done some modifications to my code which upon running, Android studio behaves exactly the way it was before my changes.

As I place debug points on those new lines, I get a weird error message stating "No executable code found at line xx"

Following is a snapshot of the same. How do I resolve this issue ?

See attachment

Edit: I have already tried Invalidate caches and restart, still stands unresolved.

jay
  • 1,982
  • 2
  • 24
  • 54

1 Answers1

1

I faced the same problem. It possible caused by AndroidStudio's new feature Instant Run. Try to stop current app, hit build->rebuild project then run app again.

mr.icetea
  • 2,607
  • 3
  • 24
  • 42