3

I keep getting the below warning message in eclipse when doing Android development. No matter how many times I click the option to not show the warning again, it just keeps popping up. Sometimes I hit disconnect, sometimes I hit continue, but either way the warning keeps showing up.

annoying message

How the heck do I get this thing to go away for good? I don't really care about hot code replace, my development cycle doesn't require it.

fieldtensor
  • 3,972
  • 4
  • 27
  • 43

1 Answers1

1

Go to Window -> Preferences -> Java -> Debug and you'll find the switches to control hot code swapping.

The Guy
  • 129
  • 1
  • 6