【发布时间】:2019-01-20 09:26:18
【问题描述】:
所以我刚刚将一个应用程序导入了 Android Studio。它说
"Migrate Project to Gradle? This project does not use the Gradle build
system. We recommend that you migrate to using the Gradle build system."
但是...看来我在 gradle 系统上。我看到了
build.gradle
应用程序级别的文件等,所以呢?当我尝试运行模块时,这会导致问题(获取 AndroidManifest.xml 不存在错误,我显然需要通过同步 gradles 来解决这个问题......除了那个按钮不存在,因为 Android Studio 认为我没有使用gradle 系统。)
帮助?
【问题讨论】:
-
您尝试过重建应用程序吗?
标签: android android-studio gradle android-gradle-plugin