android-js/androidjs

error in signing apk

virajenterprise opened this issue · 3 comments

Describe the bug
Trying to package sample app as it is for learning propose but getting error on signing apk

To Reproduce
Steps to reproduce the behavior:

  1. Go to 'androidjs b'
  2. Scroll down to 'console log'
  3. See error 'error on signing apk'

Screenshots
image

Desktop (please complete the following information):

  • OS: [Windows 10]
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

Also tell how to sign with our own sign

Generate a release build and see if that helps, I've always had trouble signing any APK builds that haven't been release builds for some reason, maybe that's what's happening here, this is untested however its just a thought.

google play is asking for AAB instead of APK do you have any idea how to create AAB in Androidjs VS Code
also this is query only can We create native Android app using Kotlin or Java in VS Code and if yes please share how