fieldtensor
fieldtensor

Reputation: 4050

Hot Code Replaced Failed

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.

Upvotes: 3

Views: 728

Answers (1)

The Guy
The Guy

Reputation: 137

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

Upvotes: 1

Related Questions