Sunday, 15 August 2010

android - How to prevent removing META-INF/* files from .apk? -


I have some jar in the Android libs folder, which contains META-INF files ( Meta-INF / CXF / Bus-Extensions.Tex to be more detailed) which participate in extension loading. Such files are removed when creating an Android Builder, but in reality it is required and later they can not be loaded in runtime.

How do I delete META-INF / * files? I like to avoid opening every jar, I manually copy and write special code to load them.

PS Currently, I am building Intel IDEA and I am not using Maven or Grade.

solve me


No comments:

Post a Comment