CloudServices/NativeSync: Difference between revisions

no edit summary
No edit summary
Line 56: Line 56:
  pushd base64-unstub; mvn install; popd
  pushd base64-unstub; mvn install; popd
  pushd log-unstub;    mvn install; popd
  pushd log-unstub;    mvn install; popd
  pushd android-sync/external; ./mvnify; popd
  pushd android-sync/external; ./mvnify; popd (Note: mvnify may not be available, in which case, skip this step)
  pushd android-sync
  pushd android-sync
  ./deps.sh
  ./deps.sh (Note: mvn assembly:assembly may fail, however, it is still ok to proceed.)
  mvn test
  mvn test
   
   
Line 81: Line 81:


* Emulator:
* Emulator:
  $SDK/tools/emulator
  $SDK/tools/emulator (should start up the emulator with flags as shown in Setup/emulators above)
  (as another process:)
  (as another process:)
  $SDK/platform-tools/adb install -r <path-to-apk>
  $SDK/platform-tools/adb install -r <path-to-apk>
17

edits