android - Error:Failed to resolve: :estimote-sdk-preview: <a href="openFile">Open File</a> in estimote iBeacon Sdk -


steps have done following this follows:-

1.create libs directory inside project , copy there estimote-sdk-preview.aar.

2.in build.gradle add flatdir entry repositories

repositories {   mavencentral()     flatdir {       dirs 'libs'     } } 

3.add dependency estimote sdk.

all needed permissions (bluetooth, bluetooth_admin , internet) , services merged sdk's androidmanifest.xml application's androidmanifest.xml.

dependencies {   compile(name:'estimote-sdk-preview', ext:'aar') } 

ater doing this...i following error:

error:(31, 0) project path ':estimote-sdk-preview' not found in project ':app'. how can solve it

can double check if downloaded aar file correctly. open zip archive , there should contents.

it might similar problem described here downloaded html file instead of aar file.


Comments

Popular posts from this blog

angularjs - ADAL JS Angular- WebAPI add a new role claim to the token -

php - CakePHP HttpSockets send array of paramms -

node.js - Using Node without global install -