-3

I have just set up Android Studio and am trying to compile my first project. The project gets compiled but when the 'Choose Device' menu opens the device and state is shown as [OFFLINE] and compatible gives message Android error message Android error 'No, minSdk(API 19) > deviceSdk(API 25)' What does this mean? How can I solve it?

Brandon Minnick
  • 13,342
  • 15
  • 65
  • 123

1 Answers1

0

It means what it says. Your device has an SDK less than the one code you be compiled. It won't run there.

Make a new AVD for the SDK you want to use

OneCricketeer
  • 179,855
  • 19
  • 132
  • 245