logo

New Response

« Return to the blog entry

You are replying to:

    • avatar
    • Patrick L
    • Posted on Sat 19 Nov 2011 08:23 PM

    It seems that the Android source code has moved - the command you need to get the camera app is now this:

    git clone https://android.googlesource.com/platform/packages/apps/Camera.git

    This will get the latest version of the Android source code. If you want a previous version you need to get a different branch of the source code, eg. for the Android 2.2 (froyo) version do this:

    git clone https://android.googlesource.com/platform/packages/apps/Camera.git camera -b froyo

    this page has the names of the branches

    http://source.android.com/compatibility/downloads.html

Your Comments

Name:
E-mail:
(optional)
Website:
(optional)
Comment: