4

I can't find any good learning resource on AOSP. Can't find any books, or comperhensive web resources on that topic. Book that would cover all topics about it would be best. Like how to setup enviroment, download code, use repo/git, change basic things, make custom roms, etc etc. Is there any book like that? Or any other resource on web that have that info in one place?

Saša Šijak
  • 8,717
  • 5
  • 47
  • 82
  • possible duplicate of [Books related to Android middleware development](http://stackoverflow.com/questions/8123192/books-related-to-android-middleware-development) – CommonsWare Nov 20 '11 at 21:47

3 Answers3

7

Karim Yaghmour's embedded android covers a fair bit of AOSP stuff. There are some good videos by Tim Bird and Yaghmour, google for those.

If you want to create custom roms you probably want the xda-developers and their forums or cyanogen.

Repo docs are fairly sparse: see this post for that.

Community
  • 1
  • 1
aultimus
  • 783
  • 6
  • 14
1

The resource that really introduced me in this topic is this. There are two videos that give basic knowledge about the AOSP development process. After that, the best your choice is Google :) But then you'll know what to answer!

Yury
  • 20,618
  • 7
  • 58
  • 86
0

this could be a start : http://source.android.com/source/downloading.html

dsafcdsge4rfdse
  • 260
  • 2
  • 12
  • 1
    I know about that, but that are really basic stuff, and just cover downloading and bulding with one example, does not cover how to work/change the source later, best practices, etc. – Saša Šijak Nov 20 '11 at 21:51