Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with the Android Gradle plugin #495

Open
dkshitij29 opened this issue Mar 12, 2024 · 1 comment
Open

Issue with the Android Gradle plugin #495

dkshitij29 opened this issue Mar 12, 2024 · 1 comment

Comments

@dkshitij29
Copy link

dkshitij29 commented Mar 12, 2024

I am trying to use the speech_to_text 6.6.1 on my laptop, I am getting this issue with the example code provided. I have added the all the permissions too. The project level build.gradle file does have any org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.50
This is the file
allprojects {
repositories {
google()
mavenCentral()
}
}

rootProject.buildDir = '../build'
subprojects {
project.buildDir = "${rootProject.buildDir}/${project.name}"
}
subprojects {
project.evaluationDependsOn(':app')
}

tasks.register("clean", Delete) {
delete rootProject.buildDir
}
image

Note device used for running Oneplus nord n30

@sowens-csd
Copy link
Contributor

What version of Android Studio are you running? Can you send your Flutter doctor results?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants