作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
当我在Android Studio中打开ARSimpleProj并尝试更新gradle版本时,出现以下消息:
Failed to update the version of the Android Gradle plugin.
Please click 'OK' to perform a textual search and then update the build files manually.
Error:(58, 0) Gradle DSL method not found: 'android()'
Possible causes:
* The project 'ARSimpleProj' may be using a version of the Android Gradle plug-in that does not contain the method (e.g. 'testCompile' was added in 1.1.0). Fix plugin version and sync project
* The project 'ARSimpleProj' may be using a version of Gradle that does not contain the method. Open Gradle wrapper file
* The build file may be missing a Gradle plugin. Apply Gradle plugin.
android->buildToolsVersion
文件中删除
build.gradle
和依赖项标签(如
AS_Migration
文档中所示),但仍然无法正常工作。
最佳答案
我终于做到了。在Android Studio上打开项目时,我选择“稍后提醒我”以推荐Android Gradle插件更新。之后,我可以在手机上执行并安装该应用程序。
关于android-studio - ARToolKit ARSimpleProj错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36879613/
我是 AR 新手,目前我想在 Android Studio 中试用 ARToolKit。 当我尝试打开示例时,即 ARSimpleProg 它有错误提示:未找到 ID 为“com.android.mo
我是一名优秀的程序员,十分优秀!