androidjs: Packaging error

I tried androidjs b -f, but I got this error… stderr: provided apk path or file ‘…path-to-project\dist\app.apk’ does not exist

About this issue

  • Original URL
  • State: closed
  • Created 5 years ago
  • Comments: 35 (14 by maintainers)

Most upvoted comments

I see the same issue. Downgrading did allow me to continue.

Yeah I think there are few bugs in 1.0.7 😅, we’ll fix it ASAP. We are making Android JS to compatible with react-native and flutter as well to provide Node JS runtime environment in react native and flutter . stay tuned for updates.

And when you done with your app, that you build with Android JS, you can make a pull request on app-showcase to add your app on Android JS homepage 😃

May be there are some issues inandroidjs-builder@1.0.7. We’ll fix this issues ASAP, For now you can downgrade to older version 1.0.6 follow these steps:

npm uninstall -g androidjs-builder
npm install -g androidjs-builder@1.0.6

Please report us if you find any other error or bug : )