android - How to prevent removing META-INF/* files from .apk? -
i'm having jars in android libs folder have meta-inf files (meta-inf/cxf/bus-extensions.txt more detailed) take part in extensions loading. while building android builder removes such files needed , can't loaded later in runtime.
how can prevent removing of meta-inf/* files? i'd prefer avoid unpack each jar, copy files manually each time , write special code load them.
ps. @ moment i'm building in intellij idea , not using maven or gradle.
i had workaround - bundle resources jars meta/*, put them assets , override resources loading assets
Comments
Post a Comment