Hi David,

Thanks for your help.
It worked.

Amul

On Jan 26, 12:07 am, David Turner <di...@android.com> wrote:
> You normally build SDK packages (including the emulator) with something like
> that:
>
> lunch sdk-eng
> make sdk
>
> The result will be in out/host/<system>/sdk/
>
> Here, you'll find a directory named android-sdk_eng.<user>_<system>/
> containing the files of the new SDK.
> Also, a zip file with the same name and a .zip extension to get a
> distributable package.
>
> To use this, open a different terminal where you can type:
>
> export
> ANDROID_SDK_ROOT=<path-to>/out/host/<system>/sdk?android-sdk_eng.<user>_<sy 
> stem>
> export PATH=$ANDROID_SDK_ROOT/tools:$PATH
>
> Then type "android" or "emulator" as normal..
>
> Hope this helps
>
> On Mon, Jan 25, 2010 at 1:21 AM, Amul Adagale <amul.adag...@gmail.com>wrote:
>
>
>
> > Hi All,
>
> > I  wanted to use android-sdk and its emulator for testing my changes
> > in the sdk.
> > I have compiled complete android SDK and now i wanted to used this
> >  compiled code to be loaded by the emulator.
>
> > Is it possible to test my changes in the emulator ?
> > I am not able to figure out how.
>
> > Please can someone provide me some pointers?
>
> > Thanks in Advance,
>
> > --
> > unsubscribe: 
> > android-porting+unsubscr...@googlegroups.com<android-porting%2Bunsubscribe@ 
> > googlegroups.com>
> > website:http://groups.google.com/group/android-porting

-- 
unsubscribe: android-porting+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-porting

Reply via email to