DOC

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 Javadoc & API Documentation - Latest Versions:

All Versions

Download com.github.zhangguoning.plugin : fix_v7libs_plugin Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
0.0.x

How to open Javadoc JAR file in web browser

  1. Rename the file fix_v7libs_plugin-0.0.1-javadoc.jar to fix_v7libs_plugin-0.0.1-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder fix_v7libs_plugin-0.0.1-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "fix_v7libs_plugin-0.0.1-sources.jar" -d "fix_v7libs_plugin-0.0.1-javadoc" -subpackages 

Advertisement