この警告を解決するにはどうすればよいですか?
以下で参照される「invoke」メソッド、
public final native Object invoke(Object[] paramArrayOfObject) throws Throwable;
だから、私はこれを無視しなければなりません(私の意見です)。ただし、ignorewarnings は役に立ちません
この警告を無視する方法を知っている人はいますか?
ProGuard, version 4.9
Reading program jar [C:\Users\Las Plagas\Desktop\wbsys.jar]
Reading library jar [C:\Program Files\Java\jre7\lib\rt.jar]
Warning: WebAnalysisMain: can't find referenced method 'void invoke(java.lang.Class)' in class java.lang.invoke.MethodHandle
Warning: there were 1 unresolved references to program class members.
Your input classes appear to be inconsistent.
You may need to recompile the code or update the library versions.
Alternatively, you may have to specify the option
'-dontskipnonpubliclibraryclassmembers'.
Please correct the above warnings first.