jar

com.github.zhangguoning.plugin : fix_v7libs_plugin

Maven & Gradle

Mar 30, 2021
0 stars

fix_v7libs · A plugin to Fix lack armeabi-v7 so files when the ABI upgrade to armeabi-v7(the armeabi so file exist, but the armeabi-v7 so file not exist). 这个插件用于修复将ABI由 armeabi 升级至 armeabi-v7a 时,由于部分类库只提供了 armeabi 下的 ‘.so’ 文件,而没有提供 armeabi-v7a 下的‘.so’文件 而导致的错误。 详细分析过程可以参考:https://www.jianshu.com/p/5e8caa25629d

Table Of Contents

Latest Version

Download com.github.zhangguoning.plugin : fix_v7libs_plugin JAR file - Latest Versions:

All Versions

Download com.github.zhangguoning.plugin : fix_v7libs_plugin JAR file - All Versions:

Version Vulnerabilities Size Updated
0.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window fix_v7libs_plugin-0.0.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

Advertisement