

We left the fields as default because we do not care about them for now.

Create ProjectĬreating a new project using Android Studio is straightforward:Ĭontinue to create activity. Today we are going to create a bone project, ready with multiple-binary build and use some tricks to create better team-work experiment, as well as utilize Gradle performance and speed. Android Studio takes this feature a leap by natively support for multiple flavours Android binary with Gradle. We have achieved this by using Ant script to invoke many complex commands, copy file, redirect resources, packaging, multiple key hash and so on.

Since Eclipse era, developers want to build multiple Android binary with multiple resources while sharing same code base. Android is a platform with varies devices and OSes, which make it is more or less interesting with developers.
