Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- Android Apk
- R프로그래밍
- Exception
- MySQL
- jQuery
- tomcat
- release unsigned
- JavaScript
- Program type already present
- android fragment
- Java
- Eclipse
- fragment
- spring
- Firebase
- android error
- css
- FLUTTER
- Kotlin
- html
- Android Apk 이름 변경
- release Apk
- apache gzip
- CSS사용법
- Android Apk 이름
- error
- 안드로이드
- DataTable
- Android
- java error
Archives
- Today
- Total
목록requestFeature() must be called before adding content Error Solve (1)
selfstarter
requestFeature() must be called before adding content Error Solve
requestFeature() must be called before adding content Error Solve @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); requestWindowFeature(Window.FEATURE_NO_TITLE); // add between super.onCreate function and setContentView setContentView(R.layout.activity_main); } but This solution is better only changed titlebar status true
카테고리 없음
2020. 3. 13. 16:20