J
J
Julia Kovalenko2016-08-09 15:34:00
Java
Julia Kovalenko, 2016-08-09 15:34:00

How to run apk file sources in android studio?

I have a working apk file. I unpacked it to the source. How can I properly import them into Android Studio so that I can run the project and debug the application?
I created an empty android application. In the /app/src/main/ folder, I threw all the apk sources. as the source codes were sorted out, so I copied them, did not change anything.
At first, Android Studio complained that they couldn't serge Manifests. Swearing at several lines like:

<uses-feature android:glEsVersion="20000" android:required="true" />

I removed them.
This is what came out.
f5a7336497054cd28558e65c3ee2694c.png
What am I doing wrong?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
X
xmoonlight, 2016-08-09
@xmoonlight

What am I doing wrong?
You are engaged in reverse engineering, which is many times more labor-intensive than writing such software by the direct method.

A
Alexander, 2016-08-09
@NeiroNx

Decompiling to understand how the application works, not to run it.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question