This Android demo runs Koala in the foreground (i.e., when the app is in focus).
- Replace
String ACCESS_KEY = "..."
inside MainActivity.java with your AccessKey generated by Picovoice Console.
private static final String ACCESS_KEY = "YOUR_ACCESS_KEY_HERE";
- Add
pvTestingAccessKey = "..."
insidelocal.properties
with your AccessKey generated by Picovoice Console.
pvTestingAccessKey=YOUR_ACCESS_KEY_HERE
- Open the project in Android Studio and run the demo on your device or simulator.