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
- Exception
- error
- android fragment
- CSS사용법
- JavaScript
- Java
- MySQL
- css
- Android Apk 이름
- release unsigned
- android error
- release Apk
- jQuery
- fragment
- DataTable
- java error
- Android Apk 이름 변경
- Android
- Kotlin
- html
- Eclipse
- 안드로이드
- spring
- Android Apk
- tomcat
- Firebase
- FLUTTER
- Program type already present
- R프로그래밍
- apache gzip
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