Can somebody tell me if there is a simple way to build system apps for Android?
Since ICS 4.0.3 is out and open source, severals alternative launchers start rolling out like Trebuchet or Nova Launcher. It's obviously based on the system launcher and I wonder how they did this.
If you clone the launcher:
git clone https://android.googlesource.com/platform/packages/apps/Launcher2.git
and try to open it in Eclipse, it won't work because it use some classes and variable not present in the SDK, only present in the entire framework.
Is there a way to build or get it and add it into Eclipse (like android.jar
for the SDK) and build the Launcher using eclipse? If no, can somebody indicates me a good tutorial to do this usong command line?