简体   繁体   English

除了智能手机以外,还有Android虚拟设备吗?

[英]Are there Android virtual devices other than just smart phones?

I am using the Android IDE within Eclipse. 我在Eclipse中使用Android IDE。 Are there other Android virtual devices (emulators) other than the options that come with the IDE. 除IDE随附的选项以外,是否还有其他Android虚拟设备(模拟器)。 Specifically, I want to emulate a scanner device (the kind for keeping track of inventory in a warehouse or a store) - information is below for the device. 具体来说,我想模拟一个扫描仪设备(用于跟踪仓库或商店中库存的种类)-该设备的信息如下。 What are my best options for testing software that would run on this device, given that I don't have the device? 考虑到我没有设备,测试在该设备上运行的软件的最佳选择是什么?

Scanning device: MX9500 Companies website is - link to company site 扫描设备:MX9500公司网站是- 链接到公司网站

Are there Android virtual devices other than just smart phones? 除了智能手机以外,还有Android虚拟设备吗?

There are no "Android virtual devices" for phones or tablets. 没有用于手机或平板电脑的“ Android虚拟设备”。 The "Device Definitions" tab in the AVD Manager happens to use names of some devices, but that is just to provide some basic screen characteristics (resolution, etc.). AVD Manager中的“设备定义”选项卡恰好使用某些设备的名称,但这仅仅是为了提供一些基本的屏幕特征(分辨率等)。 When you create an AVD from the "Nexus 5" device definition, you are not emulating a Nexus 5 -- you are running an Android emulator with a particular screen, OS version, etc. configuration that happens to correspond with a Nexus 5. 从“ Nexus 5”设备定义创建AVD时,您并没有在模拟Nexus 5,而是在运行具有与Nexus 5相对应的特定屏幕,操作系统版本等配置的Android模拟器。

Are there other Android virtual devices (emulators) other than the options that come with the IDE. 除IDE随附的选项以外,是否还有其他Android虚拟设备(模拟器)。

You are welcome to create your own device definitions through the AVD Manager. 欢迎您通过AVD Manager创建自己的设备定义。

What are my best options for testing software that would run on this device, given that I don't have the device? 考虑到我没有设备,测试在该设备上运行的软件的最佳选择是什么?

You are welcome to create a device definition in the AVD Manager that matches that device's screen size, Android OS version, etc. It will not emulate scanning, so if your app depends upon the device's ability to scan barcodes, you will need to buy the device or otherwise work with the device manufacturer directly. 欢迎您在AVD Manager中创建与该设备的屏幕尺寸,Android OS版本等相匹配的设备定义。它不会模拟扫描,因此,如果您的应用依赖于设备扫描条形码的能力,则需要购买设备,或直接与设备制造商合作。

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

相关问题 Sqlite 表不在小米 Note 7s 上创建,而是在 Android Studio 中的其他手机和虚拟设备上创建 - Sqlite Table not creating on Xiaomi Note 7s but creating on other phones and virtual devices in Android Studio Android 2.0应用程序可以在其他智能手机上运行:Android - Android 2.0 application can run on other smart phones : Android 如何将多个蓝牙音频设备与Android手机连接,一个设备应录音而另一设备应播放? - How to connect more than one Bluetooth audio devices with android phones, one device should record and other should play? 智能手机和平板电脑的Android应用程序 - Android Apps for Smart Phones & Tablets Sencha Touch 2应用程序不适用于Android手机,但适用于虚拟Android设备 - Sencha Touch 2 Application Doesn't Work on Android Phones, but Works on Virtual Android Devices 外置USB设备到Android手机? - External USB devices to Android phones? 智能手机上的Android Tune TCP流量控制? - Android Tune TCP flow control on Smart phones? 在三星手机上,与其他Android设备不同,下面显示的代码不起作用,为什么? - on Samsung phones, unlike other android devices, the code presented below does not work, why? android ecelipse虚拟设备 - android ecelipse virtual devices 华为动画比其他手机快得多 - Huawei animation is way faster than on other phones
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM