1

I'm developing an app to be executed in Datalogic devices. I'm following this guide to set up the environment. I have carried out all the steps, but when I try to run the app, Android Studio is not able to detect the Datalogic SDK and shows this error:

Error: Please select Android SDK

In build.gradle, I have this:

 compileSdkVersion 'Datalogic:Datalogic SDK v1:23'

as the guide says. Of course I have installed the Datalogic SDK API 23 from SDK Manager and I can use all the Datalogic's classes.

In my app's Module Settings -> Compile Sdk Version I have selected the Datalogic's one but still not working. If I build the app with gradlew assemble everything works. So, it seems to be something about IDE configuration.

I have also tried to invalidate cache and restart.

Héctor
  • 24,444
  • 35
  • 132
  • 243

1 Answers1

1

I found a solution in @rocciax 's answer of this question:

File -> Settings -> Android SDK -> Android SDK Location Edit -> Next, Next

Done!

Community
  • 1
  • 1
Héctor
  • 24,444
  • 35
  • 132
  • 243