我的Gradle同步出现问题。
我使用IntelliJ和Android Studio构建了一个Flutter / Dart应用程序。
我添加了2个新的依赖项,现在我遇到了Gradle的问题。在Android Studio中,一切正常(Gradle同步完成,没有失败或警告),但在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.
6条答案
按热度按时间toe950271#
1.从项目-〉android -〉构建更新您的Gradle版本。
2.使用最新的sdk工具版本
3.从工具-〉Flutter打开终端并运行以下命令
cygmwpex2#
使所有对象-〉存储库与构建脚本-〉存储库相同
如果问题仍然存在,请检查您的项目和shared_preferences是否使用相同的gradle版本,如果不是,您可能需要在您的项目或shared_preferences项目中进行少量更改。
lvmkulzt3#
它为我修复了添加到我的build.gradle在android文件夹。
mrphzbgm4#
m2xkgtsf5#
我有同样的问题,并解决了它太。也许,将是有用的人。这是我的问题:
我去了gradle-wrapper.properties,把这一行改了:
问题解决了。
jhdbpxl96#
尝试转到android/gradle文件夹,然后找到 Package 器并将其编辑为最新版本,例如7.6-bin,然后转到应用程序gradle并将Kotlin版本重命名为1.7.0,将构建工具重命名为7.4.0,如下所示。