-
Notifications
You must be signed in to change notification settings - Fork 136
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
Sdk not found #76
Comments
Flutter just released this new version. We will need to upgrade the plug-in with the latest. Sent with GitHawk |
we should I expect the your next version |
is there a work around I really need to deploy my application |
I looked into the android folder in the package where the error was coming from and there appears to be no local.properties |
Here is a stacktraceFAILURE: Build completed with 2 failures.[ ] 1: Task failed with an exception.
[ +1 ms] Running Gradle task 'assembleAarRelease'... (completed in 1.1s)
[ ]
properties file at '/Users/daveagyakwa/Desktop/devEnv/flutter/.pub-cache/hosted/pub.dartlang.org/app_settings-4.0.4/android/local.properties'.
insights.
[ +21 ms] "flutter appbundle" took 60,018ms. [ +256 ms] ensureAnalyticsSent: 254ms |
I need deploy my app, any work around? |
It's very strange that the local.properties file would be included for app_settings as it's not part of the final plugin since it's a locally specific file to user's development machine. Do you have your own local.properties file under your /Android folder with the following items defined: sdk.dir=/Users/yourcomputerusername/Library/Android/sdk |
I just tested the plugin in example app running flutter 1.22.3 |
Same problem here. And i have these variables in local.properties. |
I've not been able to reproduce this error. Anyone else able to help? |
I face the same issue while creating the Android build. After spending sometime for solution, I got to know that I have used 28 for Simply upgraded to 29 for both Hope this solution works for others! |
Thanks @Pinkal7600 |
same issue, |
same issue |
Hi |
flutter version:1.22.2
Could not determine the dependencies of task ':compileReleaseAidl'.
> SDK location not found. Define location with an ANDROID_SDK_ROOT environment variable or by setting the sdk.dir path in
your project's local properties file at
'/Users/username/Desktop/devEnv/flutter/.pub-cache/hosted/pub.dartlang.org/app_settings-4.0.4/android/local.properties'.
The text was updated successfully, but these errors were encountered: