import decompiled apk source as android project in android studio

Viewed 662

The company doesn't have the source code of project I have been assigned.
Previously the project was build in cordova and I am an android studio person.

Thus, to get the source code I installed Apk Studio and have provided required binaries as shown: enter image description here

I have successfully decompiled the apk as shown: enter image description here

After decompiling I get folders as shown: enter image description here

Now, I want this source in android studio. I try to import this source as follows: enter image description here

then enter image description here

When I click finish, the project is imported but not as android project: enter image description here

How to change this to android project.
Ultimate goal is to get the source of this cordova APK in android studio as android project.
So if you suggest any other decompiling technique, that will also do.

0 Answers
Related