In my Android app I want to work with Amazon SNS
AmazonSNSClient snsClient = new AmazonSNSClient(new ClasspathPropertiesFileCredentialsProvider());
But I got this error:
Caused by: java.lang.NoClassDefFoundError: com.amazonaws.services.sns.AmazonSNSClient
I use Eclipse Luna and installed AWS Toolkit for Eclipse. In Java Build Path of my Project, I selected "Add Library" -> "AWS SDK for Java".
I don't know how to solve this problem. Please help me!
importstatement for that package and class?