Skip to content

Latest commit

 

History

History

Activity

Android Activity Demo

This Android demo runs Koala in the foreground (i.e., when the app is in focus).

Setup

  1. Replace String ACCESS_KEY = "..." inside MainActivity.java with your AccessKey generated by Picovoice Console.
private static final String ACCESS_KEY = "YOUR_ACCESS_KEY_HERE";
  1. Add pvTestingAccessKey = "..." inside local.properties with your AccessKey generated by Picovoice Console.
pvTestingAccessKey=YOUR_ACCESS_KEY_HERE
  1. Open the project in Android Studio and run the demo on your device or simulator.