if i decompile the apk in apk tools, can i change it in android studio?
or are the applications incompatible?
if i decompile the apk in apk tools, can i change it in android studio?
or are the applications incompatible?
Simple answer is NO
/Boban
To prevent further questions, I’ll say no.
Responding to the title: In the language(s) you want
This post may help you:
And answer is “No” as Boban said, because blocks are converted to something called bytecode, so they are not compiling actually with Java source code.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.