android-js / androidjs

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

.apk file crashing after executing function in main.js #244

Open random9brat opened 2 years ago

random9brat commented 2 years ago

So application is crashing when main.js file renders function with Import ecpair (npm i ecpair). Tried all of the versions of that package but it always kills (exits) my app on android...

Any advice how to execute that function?