Closed steveshp closed 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?
Closing due to inactivity.
I ran your example code for Flutter on Android Studio. It occurred below error
Running Gradle task 'assembleDebug'...
FAILURE: Build failed with an exception.
What went wrong: Could not open settings generic class cache for settings file '/Users/stevepark/Downloads/flutter-voice-processor-main/example/android/settings.gradle' (/Users/stevepark/.gradle/caches/6.5/scripts/3n8ygcxrc7nelqcw5tzib8bo6/settings6418c6d726070f323dbddda2aadc82ef).
Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
Get more help at https://help.gradle.org
BUILD FAILED in 1s
How to fix it?