简体   繁体   English

Android版平台上的多版应用程序? [Android Build Variant]

[英]Multi Edition of an app on Android-platform? [Android Build Variant]

I want to make several versions of my application for different customers, but the means by which design do you start and what is the best tool for the implementation of this structure, Eclipse or AndroidStudio? 我想为不同的客户制作我的应用程序的几个版本,但是你开始设计的方法是什么,实现这个结构的最佳工具是Eclipse还是AndroidStudio?

I started to refactor my code and turn it into library but it is not enough. 我开始重构我的代码并将其转换为库但这还不够。 However I learned that Android Studio introduced the notion of variance with the concept of targets is what is the best tool for multi edition of my software? 但是我了解到Android Studio引入了与目标概念的差异概念,这是我的软件多版本的最佳工具是什么?

I would recommend sticking with Eclipse for now as far as developing for a release and playing with Android Studio for now until it matures a little. 我建议现在坚持使用Eclipse,直到开发版本并使用Android Studio,直到它成熟一点。 According to the Docs 根据文件

Caution: Android Studio is currently available as an early access preview. 警告:Android Studio目前可用作早期访问预览。 Several features are either incomplete or not yet implemented and you may encounter bugs. 有些功能要么不完整,要么尚未实现,您可能会遇到错误。 If you are not comfortable using an unfinished product, you may want to instead download (or continue to use) the ADT Bundle (Eclipse with the ADT Plugin). 如果您不习惯使用未完成的产品,则可能需要下载(或继续使用)ADT Bundle(带有ADT插件的Eclipse)。

So I wouldn't be to eager to use that as your main tool just yet unless you are extremely comfortable with working with software that you may need to find workarounds in 所以我不会急于将它作为你的主要工具,除非你非常习惯使用软件,你可能需要找到变通方法。

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

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