안드로이드 launcher개발 (개발환경 및 유지 보수 관점)

2021. 2. 15. 22:57코딩강좌/안드로이드

  • 따라서, launcher개발을 위해서는 매번 android build가 필요하지는 않음. android studio의 adb를 이용해 개발 용이.

  • 추후 launcher업데이트를 위해서는 recovery를 이용해 system.img을 업데이트 해야함. (recovery를 이용해야한다는 사실)

만약 launcher를 system외부에서 실행하는 apk형태로 간다면 recovery이용하지 않고 apk업데이트하면 됨.

  • launcher개발을 위해 launcher를 android build system에서 분리하여야 하는가?

  • android build