Surendra Shrestha
Surendra Shrestha

Reputation: 1

Is having more android SDK in Android Studio always better?

Recently, I have been wondering if having all/most of the android app SDK really helps in the android development process. Can anyone please tell me what are the benefits of having most/all of the android sdk(all api's) in android studio? If having only one of the android sdk of the most recent api(recent api is 24) is enough then it may help to free up a lot of spaces.

Upvotes: 0

Views: 45

Answers (1)

Ganesh Kanna
Ganesh Kanna

Reputation: 2275

If you have more SDK then you can create multiple emulator with different API level to test

Upvotes: 1

Related Questions