【发布时间】:2015-09-09 08:54:02
【问题描述】:
我是 Git 和 Android 工作室的新手。基本上我有一个正在工作的 android studio 项目,我把它推到我的家用电脑上,并希望在工作中做一个简单的拉动并继续我的工作。
很遗憾,我收到此错误消息并且无法运行我的项目:
3:45:27 PM Migrate Project to Gradle?
This project does not use the Gradle build system. We recommend that you migrate to using the Gradle build system.
More Information about migrating to Gradle
Don't show this message again.
该消息表明该项目不使用 gradle,而实际上......这个项目确实在我的家用计算机上使用了 Gradle。
【问题讨论】:
-
您项目的根目录是否包含 build.gradle 文件?如果没有,您可以手动将其复制到那里吗?
标签: android git android-studio gradle android-gradle-plugin