17
edits
Changes
no edit summary
pushd base64-unstub; mvn install; popd
pushd log-unstub; mvn install; popd
pushd android-sync/external; ./mvnify; popd(Note: mvnify may not be available, in which case, skip this step)
pushd android-sync
./deps.sh(Note: mvn assembly:assembly may fail, however, it is still ok to proceed.)
mvn test
* Emulator:
$SDK/tools/emulator(should start up the emulator with flags as shown in Setup/emulators above)
(as another process:)
$SDK/platform-tools/adb install -r <path-to-apk>