简体   繁体   中英

How to use Intellij to generate a gradle file

I already have an android project, but when I first build it, I do not use gradle. Right now , so many libs support gradle compile. Is there any way can use the Intellij to generate a build.gradle, and use gradle to compile the project.

You can either download Android Studio or the Android plugin for IntelliJ. Then you can import your old Eclipse-based or Ant-based project in order to generate a gradle script and rearrange the project into the new directory structure

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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