moonlight-stream / moonlight-common-android

Android common library - now embedded in Moonlight Android
GNU General Public License v3.0
115 stars 31 forks source link

Migration from eclipse based project model to gradle based, including the gradle wrapper #5

Closed mmatloka closed 7 years ago

mmatloka commented 10 years ago

Hi, I propose to migrate this project to Gradle build system. If you use eclipse you can still work on this project without any additional plugins, you have to run just once the gradlew eclipse from main project directory what will generate appropriate configuration from the gradle build files.

mmatloka commented 9 years ago

It would be nice to get any feedback even though this pull request got outdated ;)

cgutman commented 9 years ago

I'd like to do this eventually, but I'm worried about breaking builds of other forks of common (like irtimmer's embedded port).

mmatloka commented 9 years ago

Probably the most conflicting part is the change of sources path. I see that @irtimmer fork seems to be the only active currently. Maybe it's possible to agree with @irtimmer to perform such migration at some point :).

cgutman commented 7 years ago

Finally closing this one, since we're moving to a single core using a Gradle based AAR build.