android-js / androidjs

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

apk webview only #144

Open eurohost opened 3 years ago

eurohost commented 3 years ago

Hi,

Would it be possible to pack only the html or even better a url in the apk without nodejs support

Also the next step after every apk build is to sign it, could it be possible to put the playstore.jks file in a folder file and sign the apk with it.

apksigner sign --ks ./key.jks --ks-pass pass:PASS --key-pass pass:PASS --out ./signed.apk ./unsigned.apk

Thanks

Chhekur commented 3 years ago

@eurohost yup we are working on a separate SDK where you can actually build static app without node using Android JS

Chhekur commented 3 years ago

@eurohost we have implemented that webview only SDK, you just need to get the latest version of AndroidJS Builder and you'll good to go.

$ npm install -g androidjs-builder@2.2.2