0

I'm trying to execute my application in emulator having minSdkVersion 22, compileSdkVersion 25 and targetSdkVersion 25 but the emulator doesn't show my application. However, when I try to do the same with emulator having targetSdkVersion 24 my application executes successfully. I wanted to know why is this happening and how to solve this problem of version integration?

Pankti
  • 411
  • 4
  • 13

1 Answers1

0

check this question: What is the difference between compileSdkVersion and targetSdkVersion?

an example of this link says : For example, setting this value to "11" or higher allows the system to apply a new default theme (Holo) to your app when running on Android 3.0 or higher...

target sdk version has different features for different versions

Community
  • 1
  • 1
Kunal Parikh
  • 463
  • 4
  • 15