How to install older Android SDK in Eclipse
Posted
by
John Brunner
on Stack Overflow
See other posts from Stack Overflow
or by John Brunner
Published on 2012-07-02T15:06:12Z
Indexed on
2012/07/02
15:15 UTC
Read the original article
Hit count: 225
I'm working at the moment at a simple app in eclipse for android. Just receiving and sending data, and using the camera API.
I've set the minSDKversion to 8, because I think that has the widest user base. But at the beginning of the project eclipse was asking me which target SDK version I would use, and because I had just one installed (the latest 4.0.3) I've took this.
Now I'm asking me if it wouldn't be wiser to install a lower SDK, like Android 2.2, because it would be not that big (compared to the 4.0.3) and my app would not have included all the fancy new features, which are not used in any way?! Or is this complete nonsense I'm talking here, and just should take my 4.0.3 SDK? When not, how can I install a lower version? Help -> SDK Manager
is not showing old SDKs...
© Stack Overflow or respective owner