Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

2. Download the aar library and put it to the 'export' wcs-android-sdk-samples/export  folder

Example:

Code Block
languagebash
themeRDark
wget http://flashphoner.com/downloads/builds/flashphoner_client/wcs-android-sdk/1.1/wcs-android-sdk-1.1.0.x.aar
cp wcs-android-sdk-1.1.0.x.aar export

3. Open the 'export' wcs-android-sdk-samples/export folder and execute the export.sh  script that will prepare configs for further building. The result is placed into the 'output' wcs-android-sdk-samples/export/output folder.

Code Block
languagebash
themeRDark
cd export
./export.sh wcs-android-sdk-1.1.0.x.aar

...

Building examples in Android Studio

Prepare examples for building and put them to the 'output' folder, then rename it wcs-android-sdk-samples/export/output  folder to 'wcs_android_sdk_samples', for instance.

...