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