AndlyticsProject / andlytics

Google Play - Android Market statistics app
Other
535 stars 181 forks source link

Update project setup #722

Closed johnjohndoe closed 8 years ago

johnjohndoe commented 8 years ago

I updated the basic components for the build.


@nelenkov Can you please state whether you are still using Eclipse with Ant to build the project or whether you migrated to Android Studio and Gradle?

willlunniss commented 8 years ago

Thanks.

Considering Google are no longer actively working on Eclipse it's probably time to move completely to Gradle

johnjohndoe commented 8 years ago

Thanks for doing open source!


You might want to migrate the project to the folder structure suitable for Gradle. It brings the benefit that developers can write tests and use other features of the build system. Just create a new demo project with Android Studio to compare the folder structure of the demo and this project

willlunniss commented 8 years ago

Actually the original creator open sourced the app a few years ago when he couldn't keep up with all of the changes the Google kept making. Luckily it the dev console has become more stable and less difficult to reverse engineer so maintaining it hasn't been too bad.

We had a issue about this (#613), I'll reopen it as I agree it's time to move on.