android - How to Import Gradle Project into Eclipse -
i finding hard run gradle sample projects in android studio, getting lots of errors, found solutions few errors in stackoverflow killing of time, of new libraries built using gradle, there way can convert gradle can import in eclipse general android-eclipse project? tried tutorial posted here
but of time not working, wanna try new material design samples available form github , can me importing them in eclipse
try installing gradle integration eclipse here: http://dist.springsource.com/release/tools/gradle can choose gradle during installation. import / gradle project, select root folder , press "build model" getting list of gradle projects. after selecting project generate eclipse project file , import it. can use projects usual (build, run etc).
Comments
Post a Comment