- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
Android Dev非常新,最近我遇到了一个奇怪的错误。我已经在网上搜索过,似乎没有解决办法,所以尽管我知道这可能是一个重复的问题,但之前没有其他问题能够为我提供有效的解决方案。
当我在Android Studio(2.2版预览1版)中创建一个新项目时,我被错误轰炸:
Error:(1, 0) Plugin is too old, please update to a more recent version, or set ANDROID_DAILY_OVERRIDE environment variable to "84c9986024dd3d7a4767dc5c38710ff1b96f1a21"
最佳答案
尽管我认为该消息可能是因为您拥有2.2 Studio预览版的Android Studio,但它可能希望您使用Android Gradle插件的beta build。
注意:这与Gradle版本有关,而不是。 Gradle支持的最新版本是2.14.1,您可以检查Android Studio Release Notes和here。
从第一个链接,我发现大多数人不了解。
The plugin runs independent of Android Studio so the plugin and the Gradle build system can be updated independently of Android Studio
you can build your Android apps from within Android Studio, the command line on your machine, or on machines where Android Studio is not installed (such as continuous integration servers). If you are not using Android Studio, you can learn how to build and run your app from the command line. The output of the build is the same whether you are building a project from the command line, on a remote machine, or using Android Studio.
关于android - Android Studio-太旧的插件(Gradle),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39473531/
我是一名优秀的程序员,十分优秀!