简体   繁体   English

如何同时打开Android SDK和AVD Manager

[英]How to open the Android SDK and AVD Manager together

I am trying to install the Samsung GALAXY Tab Emulator for Eclipse but I can't find the "Android SDK and AVD Manager". 我正在尝试安装适用于Eclipse的Samsung GALAXY Tab Emulator,但找不到“ Android SDK AVD Manager”。 I can only find them individually: 我只能单独找到它们:

在此处输入图片说明

I can't see any options on either the AVD or the SDK manager that lets me install the Emulator. 我无法在AVD或SDK管理器上看到任何允许我安装模拟器的选项。 On the Samsung developer website it tells me I need to use the Android SDK and AVD Manager : 在三星开发者网站上,它告诉我我需要使用Android SDK和AVD Manager

在此处输入图片说明

Where can I find this program? 在哪里可以找到该程序?

I think You are following this Link : 我认为您正在关注此链接:

Using-Samsung-Emulators-for-Android-Application-Development 将三星乳化剂用于Android应用程序开发

this tutorial is so OLD so There is some updates in it you have to follow.. 教程太旧了,因此您必须遵循其中的一些更新。

  1. Download SAMSUNG TAB EMULATOR 下载SABUNG TAB模拟器

  2. After Downloading the skin extract the zip file and copy it in the path Android SDK > Platforms > android-x > skins. 下载皮肤后,解压缩该zip文件,并将其复制到路径Android SDK>平台> android-x>皮肤。 In android-x (x is the platform version number) 在android-x中(x是平台版本号)

  3. In Eclipse IDE go to Window > Android Virtual Device Manager . 在Eclipse IDE中,转到“窗口”>“ Android虚拟设备管理器”

  4. To Create New Android Virtual Device Click On New And in the Device field Select Device with Specified Resolution And in the Target Field select Android API level (Android API level must be same where the skin has been copied) from the drop down list available. 要创建新的Android虚拟设备,请单击“新建”,然后在“ 设备”字段中选择具有指定分辨率的设备,然后在“ 目标”字段中,从可用的下拉列表中选择Android API级别 (Android API级别必须与复制皮肤的Android API级别相同)。

  5. Then select the Built-in option in Skin options available. 然后在可用的“ 皮肤”选项中 选择 “内置”选项 And in the built-in option drop down box find the skin added in the platform and select. 然后在内置选项下拉框中找到在平台中添加的外观并选择。

  6. Now click on OK button to add the new skin. 现在单击“ 确定”按钮以添加新皮肤。 ( NOTE : please chose all related information according to fields) 注意:请根据字段选择所有相关信息)

and Your AVD has been created succesfully .. 并且您的AVD已成功创建 ..

Hope This Helps... 希望这可以帮助...

I don't think, you really need to launch them concurrently to install Samsung Emulator, but if you really need it you can do it from command line. 我不认为,您确实需要同时启动它们来安装Samsung Emulator,但是如果您确实需要,可以从命令行执行。 Just go to android-sdk/tools folder and run: 只需转到android-sdk / tools文件夹并运行:

./android sdk for Android SDK manager ./android SDK for Android SDK Manager

./android avd for Android AVD manager ./android avd(适用于Android AVD管理器)

it will be probably android.exe on Windows, but should work the same way. 在Windows上可能是android.exe ,但应该以相同的方式工作。

Try the below cited answer from Kim Ki Won, I found here : 请尝试以下来自Kim Ki Won的引用答案,我在这里找到

"I found under website. “我在网站上找到了。

http://developer.samsung.com/android/tools-sdks/Samsung-GALAXY-Tab-Emulator http://developer.samsung.com/android/tools-sdks/Samsung-GALAXY-Tab-Emulator

Extract zip file to add-ons under android sdk path. 将zip文件解压缩到android sdk路径下的加载项。 then launch Android SDK Manager. 然后启动Android SDK Manager。 under "extras" folder check "Android + Google APIs for GALAXY Tab, API 8, revision 1" item and install package. 在“ extras”文件夹下,选中“用于GALAXY Tab的Android + Google API,API 8,修订版1”项并安装软件包。

That's all." 就这样。”

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM