Skip to content

Latest commit

 

History

History
 
 

android

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Prerequisites

Install the latest version of Android Studio.

Building and Running Tests

Using Android Studio open binding/android as an Android project and build it. The build creates an Android Archive (AAR) at binding/android/porcupine/build/outputs/aar that can be used as a dependency of your Android app module.

Using Android Studio navigate to androidTest, right click, and select Run Tests in ai.picovoice.porcupine from drop down menu.

Binding Class

Porcupine provides a binding for android using JNI. For an example usage please refer to Android demo application.