nextcloud-android/setup_env.bat

7 lines
311 B
Batchfile
Raw Normal View History

git submodule init
git submodule update
call android.bat update project -p actionbarsherlock\library
call android.bat update project -p .
copy /Y third_party\android-support-library\android-support-v4.jar actionbarsherlock\library\libs\android-support-v4.jar
call android.bat update test-project -p tests -m ..