找不到SDK管理器Android SDK中2.3.4 [英] Can't find android sdk 2.3.4 in SDK manager

查看:208
本文介绍了找不到SDK管理器Android SDK中2.3.4的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有发现在Android SDK管理器下载列表2.3.4 SDK的问题。我的SDK工具,R11和我的平台的工具更新为R5 2.3.4,但不会出现。是否有什么我失踪?

I'm having problems finding the 2.3.4 sdk in the Android SDK Manager download list. I updated the SDK tools to r11 and my platform-tools to r5 but 2.3.4 won't show up. Is there something I'm missing?

推荐答案

查看的Andr​​oid 2.3.4

API级别

而Android 2.3.4平台,不会增加API级别 - 它使用相同的API级别由于Android 2.3.3,API等级10

"The Android 2.3.4 platform does not increment the API level — it uses the same API level as Android 2.3.3, API level 10.

要在应用程序中使用的API级别10中引入的API,你需要编译针对在谷歌API插件,​​这其中也包括开放式配件库的最新版本提供了Android库应用程序。

To use APIs introduced in API level 10 in your application, you need compile the application against the Android library that is provided in the latest version of the Google APIs Add-On, which also includes the Open Accessory Library.

根据您的需求,您可能还需要在Android补充:的minSdkVersion =10属性的应用程序清单的元素。如果你的应用程序设计为只能在Android 2.3.3及更高版本上运行,宣告属性prevents被安装在早期版本的平台的应用。

Depending on your needs, you might also need to add an android:minSdkVersion="10" attribute to the element in the application's manifest. If your application is designed to run only on Android 2.3.3 and higher, declaring the attribute prevents the application from being installed on earlier versions of the platform.

有关如何使用API​​级别,请参阅API级别文档的详细信息。

For more information about how to use API Level, see the API Levels document."

这篇关于找不到SDK管理器Android SDK中2.3.4的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆