Versions Compared

Key

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

...

To test compiled applications, download The full build with the examples And install the .apk file to your Android device.

Differences between Android SDK versions

In Android SDK 1.1 WebRTC library libjingle_peerconnection.jar is updated to actual version. So Android SDK 1.1 requires Android API 28, i.e. application build with Android SDK 1.1 will run on Android 8 and higher. Use Android SDK 1.0 to support previous Android versions.

Preparing examples for building

...

Code Block
languagebash
themeRDark
cd export
./export.sh wcs-android-sdk-1.0.1.2.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

4. Edit the local.properties file and specify paths to Android SDK and NDK

...