CartoDB / mobile-android-samples

Android sample for CARTO Mobile SDK
BSD 3-Clause "New" or "Revised" License
38 stars 18 forks source link

Can't download sdk4-android-snapshot-latest.zip #12

Open samodadela opened 2 years ago

samodadela commented 2 years ago

The link https://nutifront.s3.amazonaws.com/sdk_snapshots/sdk4-android-snapshot-latest.zip does not work:

<Error>
<Code>AccessDenied</Code>
<Message>Access Denied</Message>
<RequestId>0QMGKQGR9A5TQ8Z1</RequestId>
<HostId>2wPE8/JHAkE4zNc2d9auXSNQxRBclewBBc6sHLfgfPdABD/9qDnig3cP6Z8HNJHQZX40PAyVXj4=</HostId>
</Error>
mtehver commented 2 years ago

This direct link to the latest SDK build has been deprecated for a while, the official releases and RCs can be found here: https://github.com/CartoDB/mobile-sdk/releases

samodadela commented 2 years ago

@mtehver I got the link from the readme.txt, see:

https://github.com/CartoDB/mobile-android-samples/tree/master/AdvancedMapAndroid

mtehver commented 2 years ago

@samodadela Thanks, the file was really outdated. I just removed it. You can simply checkout the 'mobile-android-samples' project and load any of its subprojects (HelloMapAndroid, AdvancedMapAndroid, ...) directly into Android Studio. Gradle will automatically download the correct version of the SDK, there is no need to manually download SDK snapshots.