I can't use Apktool to recompile, even I don't modified anything. I run:
apktool b <dir app>
I can't imagine why of this behavior. I tried some nuances: run with sudo, to use ./dir-app, ever it launchs a lot of warnings in console that I guess doesn't worth to comment it of the face. Any ideas?
As I said, I tried sudo, ./dirapp, I try not modify the app, I can't recompile, even if I didn't modify the app. However, I realized a pattern: a lot of lines like that
W: res/drawable/$widget_streak_frozen_background_extra__12.xml: Invalid file name: must contain only [a-z0-9_.]
This says me there mustn't be that dollar sign in name of the files, there are a lot of files with dollar sign in their names. IDK if it helps say that app is a foreign languages, above it says "must contain only [a-z0-9_.] characters." But my opinion is that there shouldn't be that dollar sign there. The files like the above are between single quotes in system, like:
'$widget_background_extra_nyp_pre_8pm__30.xml'
But it there's a misbehavior.