Where are you changing the contentView (in which method did you write the four lines of code above)?
You should only set the contentView in the onCreate() method of an Activity. If you are doing it somewhere else (for exemple in a button’s callback), you should start a new activity instead.