简体   繁体   English

重新编译源代码以再次获取.APK

[英]Recompile source code to get .APK again

I have one compiled .APK and I de-compiled it and modified the source code with my changes. 我已经编译了一个.APK,然后反编译了它,并用所做的更改修改了源代码。 I want to compile it again with my new changes and get it back in the form of .APK. 我想用我的新更改再次对其进行编译,并以.APK的形式重新获得它。

Is it possible? 可能吗?

If yes, please help me. 如果是,请帮助我。 Thanks. 谢谢。

No, Its not possible at all. 不,根本不可能。

Once you have de-compiled your APK you can not compile it again and run it again to generate new APK. 对APK进行反编译后,您将无法再次对其进行编译并再次运行以生成新的APK。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM