How do I make an embedded Android OS with just one app?

前端 未结 2 426

I would like to make my own embedded system built on Android (ARM) just using devices distributed with Android but without their launcher.

OR

<
2条回答
  •  無奈伤痛
    2020-12-23 02:36

    By the sound of your question you want to create your own custom Android OS build. That is going to be more involved than developing ordinary Android apps and consequently you're going to have to do a lot of reading, especially the Android OS source code.

    I recommend you start here at the Android Open Source Project.

提交回复
热议问题