Error: Activity class {your activity path} does not exist.
- https://bongjacy.tistory.com/entry/Error-Activity-class-com-does-not-exist
- 위 링크 세가지 방법으로 다 안될때
- ${ANDROID SDK Location}/platform-tools/adb.exe uninstall ${삭제하려는 패키지 네임}
- 패키지네임은 이미 삭제되서 Device 익스플로러로 보이지 않을 경우가 있음. 그냥 Gradle에서 잘 찾아서 삭제해야함.
'Android > Situation Note' 카테고리의 다른 글
Stable 버전에서는 지원하지 않는데 자꾸 beta버전을 설치하라고 뜨는 경우. (0) | 2022.05.18 |
---|---|
Fatal Exception: android.view.WindowManager$BadTokenException: Unable to add window -- token (0) | 2022.05.18 |
Store에 등록한 어플리케이션의 APK 추출 방지 방법 (0) | 2022.05.18 |
Gradle error : Invalid maximum heap size: -Xmx4608M (0) | 2022.05.18 |
Proguard 로 Library 난독화할때 classes.jar 및 arr에 클래스가 없는 경우 (0) | 2022.05.18 |