android.util.AndroidRuntimeException: Calling startActivity() from outside of an Activity context requires the FLAG_ACTIVITY_NEW_TASK flag. Is this really what you want?
프로그래밍/Android 2017. 5. 27. 17:06
위와 같이 android.util.AndroidRuntimeException: Calling startActivity() from outside of an Activity context requires the FLAG_ACTIVITY_NEW_TASK flag. Is this really what you want? 라는 에러가 뜬다.
이유는 Activity가 아닌 곳에서 startActivity를 요청했기 때문에 발생한다. 친절하게 로그가 보여준대로 FLAG_ACTIVITY_NEW_TASK를 addFlags해주면 된다.
'프로그래밍 > Android' 카테고리의 다른 글
adb cpu 점유율 측정 (0) | 2017.08.07 |
---|---|
Android / iOS Version 점유율 확인 (0) | 2017.05.27 |
화면 캡처 하기 (0) | 2017.05.27 |
화면 캡처 막기 (0) | 2017.05.27 |
Context란? (0) | 2017.05.27 |
WRITTEN BY
- 김치치즈스마일
세계정복!
,