tags:

views:

19

answers:

1

As far as I understand, all the built-in standard apps like (email, music, calendar etc) are built using the same API. So I should be able to import a project like mail / music etc without checking out the full source repository of android. I'v been trying that but I am getting compilation problems like class resolve failure.

Am I doing it wrong? Do I have to get the full android source project to import a project like Mail ?

+1  A: 

Hi,

These apps are open source (mail, music and calendar). But they depend on internal classes and resources and can't be compiled with the SDK

ognian
I was almost able to compile the source except an Activity class was not found, Can anyone else verify this?
Sajid