- Clone the pearl-elk git repository ( git@github.com:roehrdor/wearableos.git )
- cd .\LiveSDK
- xcopy /e .\internal .\src
- android update lib-project -p . -t android-14
- Open .\LiveSDK\project.properties and make sure there is the "android.library=true" flag set
- ant clean
- ant debug
- cd ..
- cd .\google-play-services_lib
- android update lib-project -p . -t android-14
- Open .\google-play-services_lib\project.properties and make sure there is the "android.library=true" flag set
- ant clean
- ant debug
- cd ..
- android update project -p . -t android-21 -l google-play-services_lib
- android update project -p . -l LiveSDK
- ant clean
- ant debug
Since we alter the src folder of the LiveSDK we need to reset it to make further commits or changes to version control
- cd .\LiveSDK
- Windows: rmdir /s /q src
Unix: rm -rf ./src - cd ..
- git reset --hard HEAD