First of all, read the logcat output carefully. Most likely, there is some more precise information to be found.
Also, a common error is that the Android Project you are using doesn't directly refer to an Android library that contains the required metadata, but instead uses another one that in turn contains the library in question. In this case, please add the "indirectly referred" library directly to the parent project. This is especially true, when the logcat output says that the MetaData are null.Other common 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 incompatible 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. Most complicated inheritance problems can be simplified and solved elegantly. Take your time analyzing your problem in order to not increase the complexity when it is not necessary. [[Category:Android (internal)|UBIK Android Customizing]]
=== Current Projects and Plugins ===