With my current code base, I would like to create two or more different versions of my Android application (free, premium, ...). For iPhone (Xcode), I can define different goals. Is there something similar in Eclipse?
I do not think that in Eclipse there is such functionality (or the Android plugin for it). Although you use ant, you can achieve this.
For my collections, I created my projects in Eclipse using Maven and the maven-android-plugin . This allows you to depend on the apksources of other projects and override their code and resources.
You can use library projects - supported in Eclipse - here http://developer.android.com/guide/developing/projects/projects-eclipse.html#SettingUpLibraryProject
Source: https://habr.com/ru/post/1304254/More articles:Do I need a paid version of Visual Studio for development for Windows Phone 7 Series? - visual-studio-2010Many ascx.cs ascx-to-one errors in VS2008 - asp.netEmbed a resource in a .NET assembly without an assembly prefix? - .netHow to install static bool in another application domain? - c #Asynchronous web method without timeout - c #Does the ReSharper unit test run in a row sequentially or in parallel with MbUnit? - .netHow can I correctly display my AVL tree in LaTex? Solo left child hanging straight - latexHibernation: querying objects by attributes of inherited classes - javaHow to Get Product Category Information Using Collections in Magento - collectionsWhat causes VB6 "Runtime Error" 5: Invalid procedure call or argument "- vb6All Articles