警告:库类成员有1个未解析的引用。更新库版本

时间:2016-06-27 14:25:00

标签: android

我正在尝试在我的应用程序中启用proguard但是得到如下错误如何找到哪个库需要更新请咨询。

http://proguard.sourceforge.net/manual/troubleshooting.html#descriptorclass)       您应该检查是否需要指定其他程序罐。       (使用'-keepattributes InnerClasses,EnclosingMethod')。       (http://proguard.sourceforge.net/manual/troubleshooting.html#libraryclass)          (http://proguard.sourceforge.net/manual/troubleshooting.html#unresolvedlibraryclassmember) 警告:库类成员有1个未解析的引用。 注意:保留类成员中有3009个unkept描述符类。       您不需要保留库类;它们已经保持不变。       (http://proguard.sourceforge.net/manual/troubleshooting.html#attributes)       您应该考虑保留封闭方法属性 注意:显式保留了301个库类。

    (http://proguard.sourceforge.net/manual/troubleshooting.html#dynamicalclass)
Note: there were 1 classes trying to access enclosing methods using reflection.
      You should consider explicitly keeping the mentioned classes
Note: there were 7 unresolved dynamic references to classes or interfaces.
         You probably need to update the library versions.
      (using '-keep').
:talabat:transformClassesAndResourcesWithProguardForDebug FAILED
Warning:Exception while processing task java.io.IOException: Please correct the above warnings first.

0 个答案:

没有答案