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?
Asked
Active
Viewed 2,947 times
4
-
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 Answers
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.
0
this could be a start : http://source.android.com/source/downloading.html

dsafcdsge4rfdse
- 260
- 2
- 12
-
1I 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