Versions Compared

Key

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

...

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

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

Code Block
languagebash
themeRDark
cd export
./export.sh wcs-android-sdk-1.0.1.2x.aar
Warning
This step is very important because application examples source code is the same for different versions of Android SDK. export.sh script automatically sets miniman required Android API version for building examples depending on Android SDK version

...