APKEditor
APKEditor copied to clipboard
Question: Possible to use this as an Android library?
trafficstars
Currently I see only java commands to be run via the terminal. I wonder if I can make an Android app that uses this repository ( using normal functions being called). And how.
I also assume the result would be with the same signature, right?
APKEditor & ARSCLib is made with 100% java so you can use as android library. Check:
@REAndroid Nice. Still want to ask:
- The fork is to demonstrate it on Android app?
- It talks there about modification that leads to a different signature, but if all I do is just to merge, the signature stays the same, right?
- Can you please share snippet code of how to use it?
- Is it possible to merge the split APK files into something that's not a real file? Meaning something that can be read directly? This can help with ContentProvider, as it won't need to manage temporary files, and won't require additional space for them