androidjs-builder
androidjs-builder copied to clipboard
Androidjs-builder is the official code generator for androidjs, it helps to generate and build fully featured android app in NodeJS.
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.7.3 to 4.7.7. Changelog Sourced from handlebars's changelog. v4.7.7 - February 15th, 2021 fix weird error in integration tests - eb860c0 fix: check prototype property access in...
Bumps [underscore](https://github.com/jashkenas/underscore) from 1.9.2 to 1.13.1. Commits 943977e Merge branch 'umd-alias', tag 1.13.1 release 5630f88 Add version 1.13.1 to the change log 5aa5b52 Update the bundle sizes 76c8d8a Bump the...
Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1. Changelog Sourced from y18n's changelog. Change Log All notable changes to this project will be documented in this file. See standard-version for commit guidelines....
Getting this error when trying to do `androidjs init` ``` androidjs : File C:\Users\{username}\AppData\Roaming\npm\androidjs.ps1 cannot be loaded because running scripts is disabled on this system. For more information, see about_Execution_Policies...
add this ```js if(package.name!=package['app-name']) throw new Error('...') ``` ```js non zero exit code: failed to build apk W: fakeLogOpen(/dev/log_crash) failed W: fakeLogOpen(/dev/log_stats) failed W: fakeLogOpen(/dev/log_stats) failed W: fakeLogOpen(/dev/log_stats) failed W:...
Bumps [acorn](https://github.com/acornjs/acorn) from 6.4.0 to 6.4.2. Commits f6b83ed Mark version 6.4.2 f51895b Fix potentially-exponential regular expression in use-strict-scanning 9a2e9b6 Mark version 6.4.1 90a9548 More rigorously check surrogate pairs in regexp...
Bumps [highlight.js](https://github.com/highlightjs/highlight.js) from 9.18.1 to 9.18.5. Changelog Sourced from highlight.js's changelog. Release v9.18.5 Version 9 has reached end-of-support and will not receive future updates or fixes. Please see VERSION_10_UPGRADE.md and...
Tried to upload it on google play store on internal testing release with the --release option and got this msg --- You uploaded an APK or Android App Bundle that...
Hello! Launching androidjs b -f it returns this error: ``` Building APK I: Using Apktool 2.4.0 I: Checking whether sources has changed... I: Smaling smali folder into classes.dex... I: Checking...