I am using Android Studio 1.5 and trying to build an app which uses AWS cognito for authentication. I am in the initial stages of the build and referred this AWS getting started guide.
When I am trying to import some of the AWS classes, I am getting the 'can't resolve amazon' error message in Android studio.
The libraries/classes I am trying to import are -
import com.amazon.identity.auth.device.AuthError;
import com.amazon.identity.auth.device.authorization.api.AmazonAuthorizationManager;
import com.amazon.identity.auth.device.authorization.api.AuthorizationListener;
import com.amazon.identity.auth.device.authorization.api.AuthzConstants;
import com.amazon.identity.auth.device.shared.APIListener;
I referred the below earlier questions to resolve the issue, but still no progress..