I am running a sample of CognitoSyncDemo and when i run my code on my device, my device gives an error "Unfortunately, CognitoSyncDemo has stopped." and eclipse Logcat gives an Exception
java.lang.NoClassDefFoundError: com.amazonaws.auth.CognitoCachingCredentialsProvider
Well i have checked the library, I have included
aws-android-sdk-2.1.2-core.debug.jar extras/aws-android-sdk-2.1.2-cognito.debug.jar
and if there is any library missing then eclipse should have given any syntax error, but there was none and it was raised as an exception.
Please tell me what am i missing?
Regards, Muneeb