-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Gradle support #75
Comments
Indeed, it could be great to support Gradle. |
If you are motivated, feel free to implement it :) |
Given the Google I/O, it seems legit :P |
+1 for progress |
+1 |
If you do this, it makes the Eclipse Android plugin not work properly (at least until Google updates it to support the standard Gradle directory structure which they should have before announcing Android Studio support IMHO)-: You can migrate it to Android Studio by doing a file/export in Eclipse and it'll generate the build.gradle for you, and then you can get the project into Android Studio. |
+1 |
Add support for the new Gradle based Android build system.
This could include the standard directory structure and simple build.gradle file.
There may be a current conflict with Roboelectric - which I believe has some issues with the new gradle based system but is being currently investigated - once these issues have been resolved I think this would be a fantastic addition.
The text was updated successfully, but these errors were encountered: