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