Reputation: 1
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
Reputation: 2275
If you have more SDK then you can create multiple emulator with different API level to test
Upvotes: 1