So, I'm going to start experimenting with the AWS SDK for Android from Amazon, and although I assume that by this time it is stable enough and error-free, I want to set up my environment (Android Studio) to check the latest version of the AWS SDK for Android on just in case the packages will be updated during development. I looked at the AWS SDK for the Android SDK to get started , and it doesn't seem to be talking about this, even for working in Eclipse which, as I know, should support such functionality.
Is it possible that Android Studio and the SDK Manager are set up to check the latest AWS SDKs, does Amazon make its Android SDK somewhere where it gets pulled in this way, and if so, how to do it?
source
share