I am very beginner for this Estimote Beacons i just tried to Convert Estimote Demo Android Studio Project into Eclipse IDE. but I'm getting pretty close, but I'm having some trouble on Library file. I am following the Estimote Android SDK Guide on GitHub at https://github.com/Estimote/Android-SDK.
I just want to create demo app for Estimote Notification.
Logcat Error :
java.lang.NoClassDefFoundError: com.estimote.sdk.EstimoteSDK
This is the line its indicate :
EstimoteSDK.initialize(this, "YOUR APP ID", "YOUR APP TOKEN");
Note :
in very first time i get error in Library File in importing aar file but error not fixed so i just rename it as .jar and then extracted i get classes.jar file with the help of this link
Help me where i am wrong. any help can can be acceptable