Picovoice / flutter-voice-processor

Flutter audio recording plugin designed for real-time speech audio processing
Apache License 2.0
31 stars 6 forks source link

It can not run example on Android Studio. #12

Closed steveshp closed 1 year ago

steveshp commented 1 year ago

I ran your example code for Flutter on Android Studio. It occurred below error

Running Gradle task 'assembleDebug'...

FAILURE: Build failed with an exception.

BUILD FAILED in 1s

How to fix it?

laves commented 1 year ago

@steveshp - I tried the build in Android Studio and it built fine. I did encounter an issue with Android 31+ that I just patched, but it seemed to be different than the one you encountered. Pull latest to get this fix.

If the issue persists, could you run gradle build with --debug so that we can get some more information?

kenarsa commented 1 year ago

Closing due to inactivity.