I am attempting to build the sample source code provided with the 4.0 distribution.
The initial build fails first with a report that http://repo1.hzlab.lab.emc.com:8081/artifactory/libs-snapshot is not a known repo.
I took a guess and commented that out and uncommented the other lines present. This got me to an error about leftShift being unavailable, which I was able to fix by replacing with doLast.
Now the build fails with ERROR: Failed to resolve: com.rsa.mobile.sdk.android:collection-sdk:4.0.0, even thought it shows in the project explorer and in the Project Structure dialog.
Additionally, though this is a 4.0.0 SDK....the pre-built APK provided, when loaded onto a phone, shows that SDK_VERSION 3.11.0 is being used. Is it possible the entire samples directory was not updated with 4.0.0 release?
Being able to actually build and run the sample project would greatly assist in the evaluation efforts I've been assigned by my company.
Thank you.
Download the latest version of the SDK 4.1 and give that a go.
I just verified that the sample app included in 4.1 is built on the 4.1 SDK version.
Regards,
Ross.