Question

I'm really new to this and I don't have any idea how to do this: how do you get the whole source code from this project ?

Please tell me because i can't find the download button. I go to the download tab and it's not there.

Thanks.

Était-ce utile?

La solution

Click the "Checkout" link under the "Source" tab in the menu.

There, you'll get a Mercurial command you can execute in your shell:

hg clone https://code.google.com/p/andenginelivewallpaperextensionexample/

See also:

Autres conseils

Click on the source tab

Here is the whole command that you can use to download the source of the project:

hg clone https://code.google.com/p/andenginelivewallpaperextensionexample/ 

hg is a tool that comes with Mercurial, you need Mercurial to get that repository.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top