문제

I want to download https://code.google.com/p/futonic-lockscreenswitchwidget/ this project in a zip file. But I don't know how to do this.

In the Downloads tab, there is no any link for downloading the source code. I only have a link of apk file, but I want the source code.

I have Download SVN software also. but I don't know how to use this. I tried a lot but failed. Here is the screen shot of the Download SVN.

enter image description here

도움이 되었습니까?

해결책

To get the source code

  1. install Mercurial

  2. Add path to Environment variables

  3. Open command prompt

  4. Go to the required directory

  5. Type the following command

hg clone https://code.google.com/p/futonic-lockscreenswitchwidget/

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