SyntaxFix
Write A Post
Hire A Developer
Questions
Doesn't the error exactly tell you what's wrong? You're calling requestWindowFeature and setFeatureInt after you're calling setContentView.
requestWindowFeature
setFeatureInt
setContentView
By the way, why are you calling setContentView twice?