Wit-Android 3.1.1

The Wit.ai Android SDK is a the easiest way to integrate Wit.ai features into your Android application.

The SDK can capture intents and entities:

  • from the microphone of the device
  • from a text (using a Java String)
  • from an audio stream (using a Java java.io.InputStream)

How to build

To build the jar and resources files

$ gradle buildzip

This will output a zip file (wit.sdk/build/wit-android-sdk.zip) containing:

  • wit.sdk.jar
  • jniLibs build of our C library for each platform
  • layout and drawable-* resources

How to use

You will find on our website a quick start guide and a fully detailed documentation of our Android SDK: https://wit.ai/docs/android/3.1.0