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:
I have successfully decompiled the apk as shown:
After decompiling I get folders as shown:
Now, I want this source in android studio.
I try to import this source as follows:
then
When I click finish, the project is imported but not as android project:

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.