Last Version

fix_v7libs 0.0.1

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

License

License

GroupId

GroupId

com.github.zhangguoning.plugin
ArtifactId

ArtifactId

fix_v7libs_plugin
Version

Version

0.0.1
Type

Type

jar
Description

Description

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
Project URL

Project URL

https://github.com/zhangguoning/FixArmeabiV7libsPlugin
Source Code Management

Source Code Management

https://github.com/zhangguoning/FixArmeabiV7libsPlugin

Download fix_v7libs_plugin 0.0.1


<!-- https://jarcasting.com/artifacts/com.github.zhangguoning.plugin/fix_v7libs_plugin/ -->
<dependency>
    <groupId>com.github.zhangguoning.plugin</groupId>
    <artifactId>fix_v7libs_plugin</artifactId>
    <version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.zhangguoning.plugin/fix_v7libs_plugin/
implementation 'com.github.zhangguoning.plugin:fix_v7libs_plugin:0.0.1'
// https://jarcasting.com/artifacts/com.github.zhangguoning.plugin/fix_v7libs_plugin/
implementation ("com.github.zhangguoning.plugin:fix_v7libs_plugin:0.0.1")
'com.github.zhangguoning.plugin:fix_v7libs_plugin:jar:0.0.1'
<dependency org="com.github.zhangguoning.plugin" name="fix_v7libs_plugin" rev="0.0.1">
  <artifact name="fix_v7libs_plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.zhangguoning.plugin', module='fix_v7libs_plugin', version='0.0.1')
)
libraryDependencies += "com.github.zhangguoning.plugin" % "fix_v7libs_plugin" % "0.0.1"
[com.github.zhangguoning.plugin/fix_v7libs_plugin "0.0.1"]

Dependencies

compile (1)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.25

Project Modules

There are no modules declared in this project.