Home error running 'app' default activity not found
Post
Cancel

error running 'app' default activity not found

앱 모듈 실행시 error running 'app': Default Activity not found 이런 에러가 발생하는 경우가 있다.

  1. AndroidManifest 에 default activity에 대한 처리가 안되있거나
  2. android studio 캐시 문제로 이와 같은 상황이 발생할 수 있다.

2번의 경우

  • File > Invalid Caches / Restart

또는

  • main sourceSets 에서 우측 마우스 클릭 > Make dDirectory as > Sources Root 클릭

그래도 안 될 경우 Edit Configurations 에서 Launch Options 를 Nothing 으로 설정하여 Launch Options를 미적용 상태로 빌드할 수 있다. 미적용 상태로 빌드할 경우 설치까지는 진행하고, 설치 후 launch는 하지 않는다.

This post is licensed under CC BY 4.0 by the author.