I am trying to use Amazon Alexa in my android App. I have added api_key.txt in my asset folder but still getting above error.
Asked
Active
Viewed 441 times
2 Answers
1
the api_key should be generated from the android developer site withe the MD5 and SHA-256 of your application then only it will work properly. Check the link for detailed information. https://developer.amazon.com/public/solutions/alexa/alexa-voice-service/getting-started-with-the-alexa-voice-service

Rohith Krishnan
- 648
- 8
- 29
0
We just need to correct the android applicationID ID with applicationID mentioned in amazon developer portal.
In Android Studio Right click 'app'>Open Module Settings>Flavors The "Application Id" should be match
Amazon Developer Console>Alexa>Alexa Voice Service>Your Registered Products>Security Profile>Android/Kindle Settings>Package

Pratap Vhatkar
- 691
- 10
- 21
-
the api_key should be generated from the android developer site withe the MD5 and SHA-256 of your application then only it will work properly. Check the link for detailed information https://developer.amazon.com/public/solutions/alexa/alexa-voice-service/getting-started-with-the-alexa-voice-service – Rohith Krishnan Jul 06 '17 at 10:32