You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the compiling process, if there is blank space character in the versionName as below:
versionName: 2.0.4 build 100
It will replace the " " with "_", however the original apktool can do well with this.
Could you please help with this?