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