Notice
Recent Posts
Recent Comments
Link
250x250
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 분할정복
- codingtest
- 파이썬
- 코드품앗이
- 안드로이드
- 코딩테스트
- cos pro 1급
- 동적계획법
- Vue
- DART
- C++
- Flutter
- issue
- 안드로이드스튜디오
- django
- Algorithm
- BAEKJOON
- 백준
- 알고리즘
- AndroidStudio
- vuejs
- 개발
- 코테
- cos pro
- Python
- 동적계획법과최단거리역추적
- android
- cos
- DFS
- DFS와BFS
Archives
- Today
- Total
Development Artist
[Android Studio, Issue] You need to use a Theme.AppCompat theme with this activity 본문
TroubleShooting/Android Issue
[Android Studio, Issue] You need to use a Theme.AppCompat theme with this activity
JMcunst 2021. 5. 11. 23:30728x90
반응형
이슈
1. Virtual Deivce 실행 시 다음과 같은 문제점 발생
해결
방법 1. 파란색 문제의 파일에서 Extends를 AppCompatActivity를 Activity로 바꿔준다. (ActionBarActivity도 마찬가지로)
방법 2. Manifest.xml 파일에서 해당 activity에서 android:theme="@style/Theme.AppCompat"으로 써준다.
728x90
반응형
'TroubleShooting > Android Issue' 카테고리의 다른 글
[Android Studio, Issue] Failed to parse XML in ParseError (0) | 2021.05.21 |
---|---|
[Android Studio, Issue] Scanning files to index, Indexing stuck (0) | 2021.05.15 |
[Android Studio, Issue] AVD is already running (3) | 2021.05.10 |
[Android, Concept] Sdkversion (compile, min, max, target, buildtoolsversion) (0) | 2021.05.08 |
[Android Studio, Issue] The project is not a Gradle-based project (0) | 2021.05.07 |
Comments