ciprig / little-fluffy-location-library

Automatically exported from code.google.com/p/little-fluffy-location-library
0 stars 0 forks source link

Gradle support #12

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
It will be ok awesome if little fluffy location library starts supporting 
gradle library configuration. I think it should be easy.

Original issue reported on code.google.com by alvarolb@gmail.com on 18 Sep 2013 at 12:28

GoogleCodeExporter commented 8 years ago
Gradle is the official supported next generation build system (Android Studio & 
IntelliJ IDEA) - please supply a gradle version of this awesome library!

- If you need support feel free to ask!

Original comment by heldsasc...@gmail.com on 21 Feb 2014 at 12:50

GoogleCodeExporter commented 8 years ago
Hello. Go do it and I'll add it :-)

Original comment by ken...@kentonprice.com on 25 Feb 2014 at 12:34

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Hiya. Please take a look at v17 source, tell me what needs doing, I'll put it 
in v18!

Original comment by ken...@kentonprice.com on 24 Apr 2014 at 1:35

GoogleCodeExporter commented 8 years ago
Waiting for the next version V18. When this version may be released?

Original comment by shipone...@gmail.com on 8 Jul 2014 at 12:35

GoogleCodeExporter commented 8 years ago
Waiting for someone to do this as prior comment.

Original comment by ken...@kentonprice.com on 8 Jul 2014 at 12:38

GoogleCodeExporter commented 8 years ago
Anything new regarding this issue? Would love to see this on gradle ASAP.

Original comment by mazurkie...@mazurlabs.com on 15 Sep 2014 at 3:32

GoogleCodeExporter commented 8 years ago
So is this library still in development or is there another lib that I should 
be looking for that you all have moved to. I use v15 in alot of the app that I 
currently work on but I haven't seen an update in a while. Also I would love to 
see gradle support for this library so I don't have to find the jar all of the 
time.

Original comment by adflesh...@gmail.com on 27 Jan 2015 at 11:37

GoogleCodeExporter commented 8 years ago
See comment 6.

Original comment by ken...@kentonprice.com on 27 Jan 2015 at 11:38

GoogleCodeExporter commented 8 years ago
Hi,
I am converting your library to have gradle support. But i am receiving error 
in LocationBroadcastService.java

Error: "Cannot resolve symbol 'LocationClient'"

This stackoverflow discussion says that Google has removed LocationClient from 
Play services: 
http://stackoverflow.com/questions/27571949/the-import-com-google-android-gms-lo
cation-locationclient-cannot-be-resolved-aft

Can you please guide me where should the changes be made?

Many thanks.

Original comment by bonnedim...@gmail.com on 18 Feb 2015 at 9:16

GoogleCodeExporter commented 8 years ago
@bonnedim: hi, you can easily resolve this by removing LocationClient and 
applying GoogleApiClient . LocationClient has been removed completely from new 
version of google play services. I resolved quickly and you can do the same 
following this link http://stackoverflow.com/a/27372864.
-Thanks

Original comment by shab...@field.buzz on 7 Apr 2015 at 10:32

GoogleCodeExporter commented 8 years ago
@shab...@field.buzz: Thanks a tonne. That stackoverflow link helped a lot :)

Original comment by bonnedim...@gmail.com on 7 Apr 2015 at 10:43