简体   繁体   English

从SVN导入后,Android Studio中缺少Build.gradle

[英]Build.gradle Missing In Android Studio After Import From SVN

I'm trying to convert over from Eclipse to Android Studio. 我正在尝试从Eclipse转换为Android Studio。 I have all of my code checked into a SVN repository, and when I import the code into Android Studio, I don't have a build.gradle file. 我将所有代码都签入了SVN存储库,并且将代码导入Android Studio时,没有build.gradle文件。 Is there a way to have Android Studio create one for me? 有没有办法让Android Studio为我创建一个?

If you are migrating from Eclipse ADT then this article might help with any questions you have during the process. 如果您要从Eclipse ADT进行迁移,那么本文可能会帮助您解决此过程中遇到的任何问题。 It should automatically create the Gradle-based build file during the import process. 它应该在导入过程中自动创建基于Gradle的构建文件。

https://developer.android.com/sdk/installing/migrate.html https://developer.android.com/sdk/installing/migrate.html

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM