java - Cannot resolve symbol 'window' error -


when add "this.requestwindowfeature(window.feature_no_title);" activity, ide redden 'window' word , on tooltip warns me "cannot resolve symbol 'window'"

protected void oncreate(bundle savedinstancestate) {     super.oncreate(savedinstancestate);     this.requestwindowfeature(window.feature_no_title);     setcontentview(r.layout.activity_splash_screen); 

any appreciated.

add import android.view.window; resolve issue.


Comments

Popular posts from this blog

timeout - Handshake_timeout on RabbitMQ using python and pika from remote vm -

gcc - MinGW's ld cannot perform PE operations on non PE output file -

c# - Search and Add Comment with OpenXML for Word -