playgameservices / android-basic-samples

Google Play game services - Android samples
Apache License 2.0
972 stars 970 forks source link

A request for eclipse_compat BaseGameUtils file #92

Closed vergro closed 10 years ago

vergro commented 10 years ago

I saw there was an issue while using BaseGameUtils with Eclipse, and it was suggested to use Android.Studio. I gave it an attempt but would feel much more comfortable using Eclipse. If these files could become available again that would be really great.

obigu commented 10 years ago

+1 Android Studio is not the official Android IDE yet and it's still Beta (https://developer.android.com/sdk/installing/studio.html). Support should be provided for the official IDE that is also, currently, the most commonly used by Android developers.

alessandropiola commented 10 years ago

+1

emiliojgt commented 10 years ago

+1

Where is the folder eclipse_compat/libraries/BaseGameUtils?

Could somebody how can I use BaseGameUtils in Eclipse with the new folder structure?

Thanks!

vergro commented 10 years ago

until they decide to make the code available again, here was my workaround for eclipse: http://stackoverflow.com/questions/23405174/resolve-basegameactivity

Chiobio commented 10 years ago

+1

Let us use Eclipse, please :)

hak commented 10 years ago

Hi guys, We decided to remove eclipse_compat as Android Studio is recommended as a primary development environment (and to reduce a maintenance cost) as a future direction.

For those who need eclipse_compat, I restored a script to generate eclipse_compat manually. https://github.com/playgameservices/android-basic-samples/pull/93

To create eclipse_compat, Please execute ./Scripts/make_eclipse_compat in the terminal.

This works only for OSX/Linux/Cygwin in Windows.

Does anybody need Window DOS command line version?

Chiobio commented 10 years ago

Hi hak,

Thank you!

Windows DOS command line version will be great :)

Regards, Simon

hak commented 10 years ago

Closing the issue with 94ba846452 Will consider for DOS .BAT,