I’m using android Studio
I downloaded estimote-sdk-preview.aar and placed inside the libs folder.
Once loaded the .aar file
File → New Module → Import JAR or AAR Package
But the following error occurs:
Information:Gradle tasks [:app:generateDebugSources, :app:generateDebugAndroidTestSources]
:app:preBuild UP-TO-DATE
:app:preDebugBuild UP-TO-DATE
:app:checkDebugManifest
:app:preReleaseBuild UP-TO-DATE
:app:prepareComAndroidSupportAppcompatV72200Library UP-TO-DATE
:app:prepareComAndroidSupportSupportV42200Library UP-TO-DATE
:app:prepareEstimoteSdkPreviewLibrary FAILED
Error:Execution failed for task ‘:app:prepareEstimoteSdkPreviewLibrary’.
Could not expand ZIP ‘C:\Users\UENF\AndroidStudioProjects\Estimote\app\libs\estimote-sdk-preview.aar’.
Information:BUILD FAILED
Information:Total time: 12.229 secs
Information:1 error
What am I doing wrong?
Sorry for my bad english.