Ste*_*ler 4 android gradle dart flutter
我的 Gradle 同步有问题。
我使用 IntelliJ 和 Android Studio 来构建 Flutter / Dart 应用程序。
我添加了 2 个新的依赖项,现在我遇到了 Gradle 问题。在 Android Studio 中一切正常(Gradle Sync 完成时没有失败或警告),但在 IntelliJ 中它不起作用。
* Error running Gradle: Exit code 1 from: C:\Users\stesc\Documents\Programming\timecoder-flutter\android\gradlew.bat app:properties: NDK is missing a "platforms" directory. If you are using NDK, verify the ndk.dir is set to a valid NDK directory. It is currently set to C:\Users\stesc\AppData\Local\Android\Sdk\ndk-bundle. If you are not using NDK, unset the NDK variable from ANDROID_NDK_HOME or local.properties to remove this warning.
BUILD FAILED
Total time: 4.669 secs
FAILURE: Build failed with an exception.
* Where:
Build file 'C:\Users\stesc\Documents\Programming\timecoder-flutter\android\build.gradle' line: 25
* What went wrong: A problem occurred evaluating root project 'android'.
> A problem occurred configuring project ':app'.
> Could not resolve all dependencies for configuration ':app:_debugApk'. Finished with error: Please review your Gradle project setup in the android/ folder.
> A problem occurred configuring project ':shared_preferences'.
> Could not resolve all dependencies for configuration ':shared_preferences:classpath'.
> Could not find com.android.tools.build:gradle:3.0.1.
Searched in the following locations:
https://jcenter.bintray.com/com/android/tools/build/gradle/3.0.1/gradle-3.0.1.pom
https://jcenter.bintray.com/com/android/tools/build/gradle/3.0.1/gradle-3.0.1.jar
Required by:
project :shared_preferences
* Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
Run Code Online (Sandbox Code Playgroud)
1.从 project -> android -> build更新你的gradle 版本。为了我 :
dependencies {
classpath 'com.android.tools.build:gradle:3.2.1'
}
Run Code Online (Sandbox Code Playgroud)
2.使用最新的sdk工具版本
3.从Tools->Flutter打开终端并运行以下命令
flutter upgrade
flutter doctor
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
26515 次 |
| 最近记录: |