Android - Google Code

shammaxxy

Well-known member
  • May 21, 2011
    1,330
    346
    83
    machan kawuru hari dannawada google code eken kohomada source code ekak download karanne kiyala???
    android coding danna ekek innawanam poddak kiyapan, android coding sambandawa ahanna dewal tikak thiyenawa... :)

    Thank you!
     

    NEMISIS

    Well-known member
  • Nov 13, 2013
    11,348
    19,441
    113
    Colombo
    google code uses svn repositories so install any svn client, and checkout the code if you are using linux or mac, svn may already installed, then you can use command "svn checkout <path to source trunk>" in terminal

    use "svn --version" to confirm svn installation (mac or lnux)

    you can find list of svn clents here http://subversion.apache.org/packages.html#windows

    you can find repository url in "source" tab in google code project.

    EDIT:
    some projects allows us to download source as single archive if so you can download them in download tab. but most of projects does not offer that feature.
     
    Last edited:
    • Like
    Reactions: shammaxxy

    shammaxxy

    Well-known member
  • May 21, 2011
    1,330
    346
    83
    google code uses svn repositories so install any svn client, and checkout the code if you are using linux or mac, svn may already installed, then you can use command "svn checkout <path to source trunk>" in terminal

    use "svn --version" to confirm svn installation (mac or lnux)

    you can find list of svn clents here http://subversion.apache.org/packages.html#windows

    you can find repository url in "source" tab in google code project.

    EDIT:
    some projects allows us to download source as single archive if so you can download them in download tab. but most of projects does not offer that feature.

    Thanx machan, I'll try this :)