顯示具有 npm 標籤的文章。 顯示所有文章
顯示具有 npm 標籤的文章。 顯示所有文章

2023年2月3日

electron編譯出錯

 error globalThis.....

在hmtl中加入

<script>
        this.globalThis || (this.globalThis = this)
    </script>

避免錯誤訊息

2022年3月22日

npm build apk

産生金鑰檔

keytool -genkey -v -keystore 檔名.keystore -alias 別名osep -keyalg RSA -keysize 2048 -validity 10000
 
sudo npm install -g androidjs-builder
web data html file save to dir 
mkdir dir
cd dir  
androidjs init
npm install 
npm run start:dev 
npm run build
  
androidjs build --release
 
apk in dist direction