简体   繁体   English

第一次运行Android Studio时出现构建失败错误

[英]I got build failed error while running Android Studio at first time

I installed Android Studio 3.3.1. 我安装了Android Studio 3.3.1。 I open new project and it gives an error like this: 我打开一个新项目,它给出了这样的错误:

  Could not find method implementation() for arguments 
[com.android.support:appcompat-v7:28.0.0] on object of type 

org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler.

Please install the Android Support Repository from the Android SDK Manager. 请从Android SDK Manager安装Android支持存储库。

I have no idea about that. 我对此一无所知。

尝试将gradle插件更新为3.x或在gradle文件中用compile替换实现

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 运行我的应用程序时,我在android studio中收到此错误 - I am getting this error in android studio while running my app Android studio gradle build运行时间太长,无法构建apk - Android studio gradle build running for too long time for build apk 从 android studio Firebase 提取数据时出现以下错误 - I got the following error while pulling data from android studio Firebase Android Studio BUILD FAILED - Android Studio BUILD FAILED 我在 Android Studio 中进行 Flutter 应用程序开发,在 Android 构建中出现错误。 记录如何解决这个问题 - I was doing Flutter app development in Android Studio, and I got an error in the Android build. Record how to resolve this issue 生成Apk(libgdx)时android studio中出现错误 - Error in android studio while Build apk(libgdx) 在Fedora 23上运行Android Studio时出错 - Error while running Android Studio on Fedora 23 在Android Studio上运行程序时出错 - Error while running a program on Android Studio 在Eclipse中运行我的第一个Selenium测试后出现错误 - I got an error after running my first Selenium test in Eclipse 在android studio中,在调试应用程序BluetoothLeGatt时,我得到了以下期望: - in android studio, while debugging the app BluetoothLeGatt i got the following expectation:
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM