本文介绍了如何在 Eclipse 中安装旧版 Android SDK的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我目前正在 eclipse 中为 android 开发一个简单的应用程序.只需接收和发送数据,并使用相机 API.

I'm working at the moment at a simple app in eclipse for android. Just receiving and sending data, and using the camera API.

我将 minSDKversion 设置为 8,因为我认为它拥有最广泛的用户群.但是在项目开始时,eclipse 询问我将使用哪个目标 SDK 版本,因为我只安装了一个(最新的 4.0.3),所以我选择了这个.

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.

现在我问我安装较低的 SDK 是否更明智,例如 Android 2.2,因为它不会那么大(与 4.0.3 相比)并且我的应用程序不会包含所有花哨的新功能,没有以任何方式使用?!或者我在这里说的这完全是胡说八道,只应该拿我的 4.0.3 SDK?如果没有,如何安装较低版本?帮助 ->SDK Manager 未显示旧 SDK...

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...

推荐答案

这是一个非常有用的链接,可能会回答您的问题:http://developer.android.com/sdk/installing/adding-packages.html

Here is a very helpful link that will probably answer your question: http://developer.android.com/sdk/installing/adding-packages.html

基本上,打开 Android SDK 管理器,它应该会为您提供可以安装的软件包列表!您可以从那里选择旧的 SDK!

Basically, open up the Android SDK manager and it should give you a list of packages that you can install! From there you can choose old SDKs!

这篇关于如何在 Eclipse 中安装旧版 Android SDK的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-05 16:27
查看更多