문제

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.

도움이 되었습니까?

해결책

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:

다른 팁

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top