Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. warning: Ignoring InnerClasses attribute for an anonymous inner class
  2. (com.tencent.mm.opensdk.diffdev.a.c) that doesn't come with an
  3. associated EnclosingMethod attribute. This class was probably produced by a
  4. compiler that did not target the modern .class file format. The recommended
  5. solution is to recompile the class from source, using an up-to-date compiler
  6. and without specifying any "-target" type options. The consequence of ignoring
  7. this warning is that reflective operations on this class will incorrectly
  8. indicate that it is *not* an inner class.
  9.  
  10. java -jar dx.jar --dex --output=JavaTempPathclasses.dex wechat-sdk-android-with-mta-5.1.6.jar
  11.  
  12. java -jar dx.jar --dex --no-optimize --no-strict --keep-classes --output=JavaTempPathclasses.dex wechat-sdk-android-with-mta-5.1.6.jar
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement