Override the
onCreate()method by adding a call to theconfigure()method. This method configures the Yandex SpeechKit library. As arguments, specify the application context and yourAPI-ключ:
SpeechKit.getInstance().configure(getApplicationContext(),"API key");
I have an API key. Please write how the code should look after the changes.