Book Image

Learning Embedded Android N Programming

By : Ivan Morgillo
Book Image

Learning Embedded Android N Programming

By: Ivan Morgillo

Overview of this book

Take a deep dive into the Android build system and its customization with Learning Embedded Android Programming, written to help you master the steep learning curve of working with embedded Android. Start by exploring the basics of Android OS, discover Google’s “repo” system, and discover how to retrieve AOSP source code. You'll then find out to set up the build environment and the first AOSP system. Next, learn how to customize the boot sequence with a new animation, and use an Android “kitchen” to “cook” your custom ROM. By the end of the book, you'll be able to build customized Android open source projects by developing your own set of features.
Table of Contents (15 chapters)
Learning Embedded Android N Programming
Credits
About the Authors
About the Reviewer
www.PacktPub.com
Preface
Index

Choosing our hardware


In the previous chapters, we learned how to obtain the source code, how the build system works, and how to build our first custom Android system for the emulator. The only things we know about real hardware are that Android is primarily used on smartphones and tablets and that we can certify our hardware according to the Android Compatibility Definition Document (CDD), with all its constraints and rules. The truth is that Android CDD aims to provide guidelines to bring to the market devices that are compliant with Google Mobile Services requirements. This is crucial information because it gives us the freedom to choose different hardware if our goal is not to develop a smartphone or a tablet for the main consumer market.

In the last two years, the amount of devices not being a smartphone or a tablet, but being able to run Android has increased enormously. There is a whole new ecosystem of te so-called development boards that can run Android or Ubuntu Linux, for instance...