-b elcair is more stable for me.  Not sure what the differences are between 
builds.  There is certainly some difference, but I think trying to pair it to 
the specific branch is the correct way to go as master might get other 
incompatible things thrown in from time to time as it continues to evolve.

/Ryan

-----Original Message-----
From: Nick [mailto:ladn...@gmail.com] 
Sent: Monday, November 30, 2009 10:26 AM
To: Android Developers
Subject: [android-developers] Repo Init for Eclair

Hi ,
I was just wondering if I want to sync to the latest Eclair repo which
one of the following would be the correct command?


    mkdir mydroid
    cd mydroid
    repo init -u git://android.git.kernel.org/platform/manifest.git
    repo sync

    . build/envsetup.sh

     lunch generic-eng

    make


OR


    mkdir mydroid
    cd mydroid
    repo init -u git://android.git.kernel.org/platform/manifest.git -b
eclair
    repo sync

    . build/envsetup.sh

     lunch generic-eng

    make


What is the difference between them?
Currently I am using cupcake version and wanted to move up to eclair.
Would I need to do any thing else as far as syncing and building the
eclair branch? Currently I am using "Ubuntu 9.04 (Jaunty Jackalope)"
and java version "1.6.0_16".

Thanks,
Nick

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to