Android studio error with 1.0.3 sdk

I tried to change estimote android sdk to newer version, but no luck, see picture from class and build.gradle below…compiler complains that estimote sdk is missing. Do I need to do somenthing else, besides adding the compile line into the dependencies in build.gradle?

image

I think I fixed this, correct me if wrong:

At some point, the api / package structure has changed so correct import statements for packages is e.g.

import com.estimote.coresdk.recognition.packets.EstimoteTelemetry;
import com.estimote.coresdk.service.BeaconManager;

Is this right?

You’re right! See the migration guide and the JavaDoc to find out the new packages :slight_smile:

1 Like