Changes

Internal:UBIK Android Customizing

161 bytes added, 13:29, 13 August 2015
/* Errors and Solutions */
==== Errors and Solutions ====
 
First of all, read the logcat output carefully. Most likely, there is some more precise information to be found.
 
===== My new modules aren't recognized! =====
 
Make sure the plugin is registered correctly in the AndroidManifest.xml of the project.
Maybe it's just a typo.
===== The Plugins couldn't be initialized! =====
First of all, read the logcat output carefully. Most likely, there is some more precise information to be found.
Common problems are incompatible plugins or modules. This should be described precisely in the logcat output and must be solved by assembling the project's plugins correctly (valid inheritance hierarchies are required!). It can be solved by overriding and replacing the correct module.
The same can be done with whole plugins, so if you want to use an existing plugin with an incompatible module, you can override the whole plugin, using the desired module instead of the previously defined one (or just removing it from the module map).
1,765
edits