How to start Android Kernel programming?

前端 未结 3 1804
后悔当初
后悔当初 2020-12-22 15:35

I have 6 months experience with Android, developing simple UI-based applications. Now I want to write applications targeting the Android core Kernel. For example, I want to

3条回答
  •  [愿得一人]
    2020-12-22 15:58

    • xda-developers
      A very awesome and very active place for anything smart smart phone related.
    • kernelnewbies
      Generally good resource for starting out learning linux kernel
      (Which is what the android is built off of)
    • Building Android Kernel
      Android Kernel Source
    • Linux kernel
      Online guide to driver development among many other related topics.

    Update

    For android source code you can check out one of the following...

  • or this question
  • or source.android.com
  • I personally dig this chrome plugin for browsing android source code.

提交回复
热议问题