AndlyticsProject / andlytics

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

How to contribute #755

Open nizamsp opened 6 years ago

nizamsp commented 6 years ago

Thanks for the wonderful app!

We are using Andlytics app for the past two years. We want to contribute to the project by adding more features. We couldn't compile the latest version in github. Is this code same as the one in play store?

nelenkov commented 6 years ago

Should be the same. What error are you getting?

nizamsp commented 6 years ago

accharengine's gradle build is failing. that repo is not having any jar file. even after pointing to the local jar you had.. build was going on forever. I am using Android studio 3.0 but.

nelenkov commented 6 years ago

This should let you build the app. Unfortunately it seems that you can only get a valid token with the current release key, so you might not be able to login on the device.

$ git checkout dev
$ ./gradlew assembleGh
casolorz commented 6 years ago

FYI I've just put a pull request with fixes for issues from today, plus it compiles on Android Studio 3.0.1 and I also added the API level to comments.