REAndroid

Results 112 comments of REAndroid

Thank you for this PR! This was our headache for years, I have a question for you: - How can we update submodules from git command (not from here github)...

> 1. Why not just use https://github.com/google/smali instead of maintaining yourself? I haven't looked at patches but can't those be upstreamed if they fix issues? I don't think they are...

Any touch on apk requires signing, you need other tools to sign apk

Plenty of resources out there on how to sign apk If you install android sdk the tool is located: `$ANDROID_HOME/build-tools/xx.x.x/apksigner` Or download from google: - [Linux](https://dl.google.com/android/repository/build-tools_r34-linux.zip) - [MacOsx](https://dl.google.com/android/repository/build-tools_r34-macosx.zip) - [Windows](https://dl.google.com/android/repository/build-tools_r34-windows.zip)

Thank you for contributing. - We need java 8 for android os and old linux distros, there are only few cases that are pushing us to consider 11 but I...

You didn't provide important information `Operating system` as on issue template. Anyways this error should not happen by any means, I will do a fix

Confirm the latest commit:https://github.com/REAndroid/APKEditor/commit/d501eb390c517e8373931cf1819662f963bbcb19 fixes this issue

Such feature not supported now. I don't believe this features benefits many and your only option right now is to use workaround like: `Protect >> Zip extract dex files >>...

Looks like running on non-console environment, if it were standard console those "spam" line supposed to be printed on same line (i.e printing with carriage return character '\r' instead of...