im trying to implement the aws api gateway into android studio, but i cannot find the MyApiClient
class. Im following the tutorial: here
And in my build.gradle file i have the following imports:
compile 'com.amazonaws:aws-android-sdk-core:2.3.3'
compile 'com.amazonaws:aws-android-sdk-cognito:2.3.3'
compile 'com.amazonaws:aws-android-sdk-s3:2.3.3'
compile 'com.amazonaws:aws-android-sdk-mobileanalytics:2.3.3'
compile 'com.amazonaws:aws-android-sdk-apigateway-core:2.3.3'
compile 'com.amazonaws:aws-android-sdk-cognitoidentityprovider:2.3.3'
compile 'com.amazonaws:aws-android-sdk-ddb:2.3.3'
compile 'com.amazonaws:aws-android-sdk-ddb-mapper:2.3.3'
compile 'com.amazonaws:aws-android-sdk-lambda:2.3.3'
Hope you guys can help!
I think you did not complete the previous steps. From your link, on the top of the page:
Generate the SDK of an API first
If you already did , are you sure you followed step 6 correctly?