Changes
=== Enable Manifest Merger ===
In order for the {{UBIK}} Android SDK’s plugins to be loaded automatically, we need the Android manifest merger to be enabled. Please add the following line to your pro-jectproject.properties file:
<pre>
manifestmerger.enabled=true
=== Technical Basis ===
Basically, the {{UBIK}} Android SDK uses the Android Java framework providing {{UBIK}} client functionality organized in the [[Internal:UBIK_Android_Customizing#Plugins_and_ModulesPlugins_&_Modules|Plugins and Modules]] technique.
This means that there are a lot of modules playing together as more or less autonomous singleton entities accessable via an interface.