added more detailed download and compile instructions.
[pub/Android/ownCloud.git] / setup_env.bat
1 git submodule init
2 git submodule update
3 call android.bat update project -p actionbarsherlock\library --target 1
4 call android.bat update project -p . --target 1
5 copy /Y third_party\android-support-library\android-support-v4.jar actionbarsherlock\library\libs\android-support-v4.jar
6 cd tests
7 android.bat update test-project -m .. -p .
8 cd ..