Alexa auto SDK 2.3, When trying LVC with debug build it is working(build apk with android studio and signed it with release key), but when we are making it integrated to a custom android 10 AOSP platform, it throws the below error.
[AAC] E aace.localVoiceControl.LocalVoiceControlEngineService:setup:reason=Configuration with Inet socket is only allowed in debug builds
Anyone faced the below issue ever? any directions? How to make the LocalVoiceControl works with release builds?
OS: Android 10
Alexa auto SDK 2.3 with LVC extension
What is working:
Generate alexa app with android studio and Install signed apks of our alexa auto sdk 2.3 app, lvc apks(all signed with same key)
What is NOT working: when we integrate the app and the LVC apks as part of custom AOSP build, LVC is not working and throws this "Configuration with Inet socket is only allowed in debug builds"