Using Gradle for existing Android projects
Is there any help/documentation available for migrating existing IntelliJ Android projects to use gradle.
In my case, I have a 'Android-Application Module' which I want to build using gradle and would want to have the same script run on our CI environment as well on individual dev machines (Build->Make Project).
I am using version 13.0.2 of the IDE
Thanks,
Rama
请先登录再写评论。
Unfortunatelly there is no way to perform the migration automatically. You may configure gradle project manually using the docs of gradle plugin here: http://tools.android.com/tech-docs/new-build-system/user-guide We're going to implement automatical converter in IDEA 14