A
A
Anton Chernyshev2020-12-01 20:59:55
Java
Anton Chernyshev, 2020-12-01 20:59:55

How to collect in a folder with JAVA files in APK?

There is a folder with files, decompiled earlier apk. Need a way to compile back without android studio. Thanks in advance!

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Artem, 2020-12-01
@Kp18

An apk file is a special kind of zip archive, in theory you can just pack it into a zip file by changing the zip extension to apk, the archive will be defined as an installation file, but I'm not sure if the installation will be completed, so in any case the most effective way, still go to computer and create installer in android sdk

S
Sergey Vodakov, 2020-12-02
@WaterSmith

In its raw form, this decompiled project will most likely not be built even in the studio.
In any case, apk is not a bunch of zipped sources, already compiled code is zipped there.
The details are well described here: https://m.habr.com/en/post/527584/

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question