Howto build sdk from Android source code
06/08/2009
Command>
$cd {Android Root}
$. ./build/envsetup.sh
$lunch 1
$make sdk
Doc>
You can refer to these documents in Android directory.
{Android Root}/devlopement/docs/howto_build_SDK.txt
{Android Root}/devlopement/docs/howto_use_cupcake_sdk.txt
Advertisements
Hi, I just wanna ask, how do you get . ./build/envsetup.sh ?
I’ve just done pull source from http://source.android.com server, but the directory that I’ve got only two which are platform and tools. Both only contains *.git file.
Could you help me ?
Thanks, useful informations but I’have a question.
Did you have any idea about the build of external native C/C++ library
For clarity that should rather be:
source build/envsetup.sh
For creating a sdk follow below steps:
step1: cd $ANDROID_SOURCE_ROOT_DIRECTORY
step 2: source build/envsetup.sh
step3: lunch sdk-eng
step4: make sdk