简体   繁体   English

为 Zebra 设备开发 Android 应用程序

[英]Developing android apps for Zebra devices

My simple query is that how different are the zebra devices from normal android devices?我的简单问题是 zebra 设备与普通 android 设备有何不同? Also if we develop android apps for normal android devices will it work on zebra devices?or vice versa?另外,如果我们为普通 android 设备开发 android 应用程序,它可以在 zebra 设备上运行吗?反之亦然? Also what are the android versions supported on Zebra devices?此外,Zebra 设备支持哪些 android 版本? we need to have simple app with GPS trailing/tracking and data entry on zebra devices?我们需要在 zebra 设备上使用带有 GPS 跟踪/跟踪和数据输入的简单应用程序吗?

Can any one suggest how to start with development?任何人都可以建议如何开始开发吗?

Thanks,谢谢,

Zebra offers two variants of android running on their devices, GMS or non-GMS (Google Mobility Services). Zebra 提供两种在其设备上运行的 android 变体:GMS 或非 GMS(Google 移动服务)。 In either case you will have access to all the standard Android APIs but on GMS devices you also have access to the full range of Google Play Services.无论哪种情况,您都可以访问所有标准的 Android API,但在 GMS 设备上,您还可以访问完整的 Google Play 服务。 You can develop an application that runs on both Zebra and non-Zebra devices, the only complication is the scanning SDK (EMDK) will need to be specified in your gradle file in rather than as an add-in ( http://techdocs.zebra.com/emdk-for-android/6-4/guide/programming_practices/#emdkasadependencyinbuildgradle ).您可以开发在 Zebra 和非 Zebra 设备上运行的应用程序,唯一的复杂之处是扫描 SDK (EMDK) 需要在您的 gradle 文件中指定,而不是作为加载项 ( http://techdocs. zebra.com/emdk-for-android/6-4/guide/programming_practices/#emdkasadependencyinbuildgradle )。 The version(s) of Android supported on Zebra devices vary depending on the device type, most of the devices right now are running Lollipop or Marshmallow. Zebra 设备支持的 Android 版本因设备类型而异,目前大多数设备运行 Lollipop 或 Marshmallow。 Not all devices support GPS (since some are targeted for indoor use-cases like warehouses) so make sure your device supports that.并非所有设备都支持 GPS(因为有些设备是针对仓库等室内用例的),因此请确保您的设备支持 GPS。

The best place to start development would be the Zebra docs page which gives an overview of your development options: http://techdocs.zebra.com/help/开始开发的最佳位置是 Zebra 文档页面,该页面概述了您的开发选项: http : //techdocs.zebra.com/help/

For transparency, I work for Zebra为了透明度,我为 Zebra 工作

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

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