ARSCLib icon indicating copy to clipboard operation
ARSCLib copied to clipboard

Android binary resources read/write library

Results 17 ARSCLib issues
Sort by recently updated
recently updated
newest added

what are the commands make the readme.me good

_This is just what I've felt while using the library and only my expert opinion. I can also help you implementing this if you choose to do this._ The use...

For example `attrs.getAttributeIntValue("http://schemas.android.com/apk/res/android", "orientation", 1)` should normally return 1 if the attribute is not set. Currently it always returns 0 no matter what default value is given. Other methods with...

Test the library using unit tests. This will help the maintainers as well as developers: 1. Prevent issues due to regression by ensuring continuous testing via GitHub actions, for example...

I tried to modify the APK, but most of them gave an error: Attempt to invoke virtual method 'boolean com.reandroid.arsc.chunk.xml.ResXmIStartNamespace.removelfNoReference()' on a nullobject reference `package com.nekolaska.apk import android.app.Activity import com.luajava.LuaFunction...

If I create a ZipEntryMap with some of the files's compression method set to `Archive.STORED` and then created an ApkModule with it, it will work as expected. However, when I...

bug

Can we get an option to set the deflate compression level? The code seems to be [hardcoded to use the default compression level](https://github.com/REAndroid/ARSCLib/blob/2628ffe1d471e73869626389af5515774d92cd29/src/main/java/com/reandroid/archive/writer/OutputSource.java#L53).

After one of the latest changes the handling of applications that don't contain packages in the .arsc file broke down: ``` ERROR: java.io.IOException: Can not decode without package at com.reandroid.arsc.chunk.xml.ResXmlDocument.serialize(ResXmlDocument.java:509)...

Hi, when I want to load a file in API 21 (android 5) I'm getting following error but in API 34 its ok, thanks in advance to helping me. java.lang.NoSuchMethodError:...

After "[XML] Refactor: Simplify and code styling" after recompilation the application crashes with an error on xml, style.