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
- release Apk
- Android
- fragment
- JavaScript
- jQuery
- Android Apk
- Android Apk 이름
- DataTable
- Eclipse
- Firebase
- Program type already present
- MySQL
- Java
- Exception
- apache gzip
- android fragment
- release unsigned
- html
- FLUTTER
- spring
- R프로그래밍
- java error
- 안드로이드
- Kotlin
- CSS사용법
- css
- android error
- error
- Android Apk 이름 변경
- tomcat
Archives
- Today
- Total
selfstarter
Unable to start service Intent not found 본문
Unable to start service Intent not found
Intent intent2 = new Intent(context, MyService.class);
intent2.setAction(intent.getAction());
intent2.setPackage(context.getPackageName());
'App > Android' 카테고리의 다른 글
not allowed to perform MOCK_LOCATION (0) | 2020.10.05 |
---|---|
Android Apk 이름 변경하기 (0) | 2020.09.29 |
release Apk unsigned 가 붙을 경우 (0) | 2020.09.29 |
Multiple flavorDimensions 정리 (0) | 2020.09.28 |
permission denied for window type 2038 (0) | 2020.09.07 |
Comments