Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我从 Eclipse 导入了一个项目,而 android studio 没有使用我的 gradle 脚本来构建项目。还有谁有相同的问题吗?无论如何强制Android Studio使用gradle来构建我的项目。
如果您导入没有 gradle 配置的现有项目,Android Studio 将使用旧的构建系统。如果你想使用 gradle,你应该按照文档中的说明进行操作:
http://developer.android.com/sdk/installing/migrate.html
删除 .idea 和 .iml,然后再次打开您的项目