[DEV] - Locus API (since Locus 2.7.3)

Started by Menion, November 09, 2012, 11:29:33

0 Members and 1 Guest are viewing this topic.

Voldik

Yes, you are right, the exception is cought. Intent is not null, so I suppose that is it thrown in Location() constructor. Unfortunately I'm using LocusAPI.jar so I don't have its source code.

Do you use real device or emulator?
  •  

Menion

only real device. I have some problems with emulators, so I don't use them at all

You use Jar file from here http://code.google.com/p/android-locus-map/downloads/list ? I remember there were some problems with it right? Because if so, this JAR is more then year old and I highly recommend to use latest source code for API
- Official help (ideas, questions, problems): help.locusmap.eu
- Advanced topics, sharing of knowledges: you're here!
- LM 4 Beta download, LM 4 Release download
  •  

Voldik

I use Jar file you sent me recently. I'll try the source code.
  •  

Menion

damn, it should be fine then.

Anyway I'm unable to simulate this. If it happen with your addon always, I'll try it with it also
- Official help (ideas, questions, problems): help.locusmap.eu
- Advanced topics, sharing of knowledges: you're here!
- LM 4 Beta download, LM 4 Release download
  •  

berkley

Hi,
can't import Locus_API wether to Eclipse nor to Android Studio. Locus_API_android works fine.
Couldn't figure out a problem.
Search before posting!!!
XDA Orbit, HTC Touch HD, SGS1, SGS2, Nexus S, S4 Active, OnePlus One, Innos D6000
OnePlus X
  •  

Menion

Hello Matthias,

hope this helps you http://docs.locusmap.eu/doku.php?id=manual:locus_api:installation

If there will be any problem, write me and I'll improve this manual
- Official help (ideas, questions, problems): help.locusmap.eu
- Advanced topics, sharing of knowledges: you're here!
- LM 4 Beta download, LM 4 Release download
  •  

berkley

Thanks, I'll give it a try on the next rainy day :-)
You don't want to create a jar file every time you publish changes?
Search before posting!!!
XDA Orbit, HTC Touch HD, SGS1, SGS2, Nexus S, S4 Active, OnePlus One, Innos D6000
OnePlus X
  •  

Menion

Sure, you're welcome.

And no, I see no reason for this. Also Jar files are possible for simple java libraries like Locus API, but for Android library project like Locus API - Android it's not possible to create simple jar file. It's required to import it as a whole library to your project.
- Official help (ideas, questions, problems): help.locusmap.eu
- Advanced topics, sharing of knowledges: you're here!
- LM 4 Beta download, LM 4 Release download
  •