The installation is quite tricky.
Download Termux
You can choose which termux version, but right now I’m using this.
Installation
The Installation is simple, you just need to this command:
|
|
Thats all.
Troubleshoot
You may encounter a problem while install, latest version need to install pupeter (the correct name is puppeteer and hard to write) in ws-scrcpy, i dont know why, but quick fix is using .puppeteerrc.cjs
for able to install pupeter, you may take a look example usage from https://github.com/anasfanani/ilmupedia-auto-buy/blob/main/.puppeteerrc.cjs
Create a new file in ws-scrcpy
folder named as .puppeteerrc.cjs
and fill with:
|
|
Before run npm ci
again, you need to run this command first:
|
|
Then run npm ci
again.