RoboGuice :Could not load finalizer in its own class loader 警告

RoboGuice提示的错误信息

01-17 11:48:14.929: W/nalizableReferenceQueue(1871): 
Could not load Finalizer in its own class loader.
 Loading Finalizer in the current class loader instead. As a result, you will not be able to garbage collect this class loader. To support reclaiming this class loader, either resolve the underlying issue, or move Google Collections to your system class path.
01-17 11:48:14.929: W/nalizableReferenceQueue(1871): java.io.FileNotFoundException: com/google/inject/internal/util/$Finalizer.class

RoboGuice给出的信息是,这是一个由Google MapMaker类引起的警告信息,这个信息不是Bug,无关紧要。关于这个警告信息可以查看

参考链接

 RoboGuice给出的解释(英文)

java.io.FileNotFoundException: com/google/inject/internal/util/$Finalizer.class at the start of android app

原文地址:https://www.cnblogs.com/kissazi2/p/3523800.html