I have a library project in FB. I link that library project into my main app as "External" in the build path. I will load it at runtime during my app. But when I run my app now I get a "Cannot access a property/method of a null object reference".
It appears that the SystemManager is trying to do some static initialization of classes (xxxWatcherSetupUtil) within my library project. Is there a way to prevent that? How else would the link "External" option be viable? regards, -Chris

