Android Question Android 5.0.2 and esLocation2 library

Azhar

Active Member
Licensed User
Longtime User
Hello,

I have developed an application using the esLocation2 library on Android 4.4.2 (API 19) for some time and all is well.

I tried deploying it on a new Samsung Galaxy Tab A running 5.0.2 after updating the Android SDK manager and downloading API 22.

The application works but the locationChanged event in the esLocation2 library is never raised or even initially called upon at startup. I can't understand why.

Is there some change I need to make in the Manifest Editor? In this editor the reference is:
<uses-sdk android:minSdkVersion="5" android:targetSdkVersion="14"/>

Your advice is much appreciated.

Azhar
 
Top