# Install cpplint
sudo apt install cpplint
# Install arduino-cli
mkdir -p ~/.bin/arduino-cli
curl -fsSL https://raw.githubusercontent.com/arduino/arduino-cli/master/install.sh | BINDIR=~/.bin/arduino-cli/ sh
Tools:
https://github.com/patrickfav/uber-apk-signer
https://github.com/iBotPeaches/Apktool
How:
apktool d app-release.apk -o extracted_apk
- Install Flutter SDK
Some steps from docs.flutter.dev
Android studio not required
Docker Compose
examples for local development and tests environments.
Check this page for show solutions with memory errors
# Make volumes
Original tomado de EF Core and SQLite: getting started on macOS and VS Code
Creación del proyecto
- No tener instalado
Docker Desktop
- Tener WSL 2 instalado. Instrucciones aquí.
- Tener una distribución de Linux instalada desde la tienda de Microsoft (en este ejemplo,
Ubuntu 22.04
)