android-js / androidjs

Platform to build android app using node js
MIT License
466 stars 109 forks source link

Is there any way to decompile apk generated by android js #209

Closed kentang2017 closed 3 years ago

kentang2017 commented 3 years ago

I have formated my computer and the original project sources have gone, only the apk left on my phone. Is there any way to decompile it into a project like the original one? Thanks

DeveshPankaj commented 3 years ago

@kentang2017 you can use ApkTool to recover your JavaScript files from apk

kentang2017 commented 3 years ago

got it and thanks!

psindra commented 8 months ago

Open/Extract it with any zip viewer. Under the folder "assets/{your_app_name}" you'll find your NodeJs project