Download the library

The library is available as a binary or source.

Binary

To install the binary, download the canio.aar file into your libs folder and add the following to your build.gradle file:

repositories {
    flatDir {
        dirs 'libs'
    }
}

dependencies {
    compile('io.can.android:canio:1.0.0@aar')
}

After doing this step, you should sync your project files with gradle. If not prompted to do this, go to Tools -> Android -> Sync Project with Gradle Files or click this button on the toolbar:
Gradle Button.

Source

// TODO