AndroidDebug
This section provides instructions for debugging Linguist on Android:
- Install and configure ADB
- Run the command
adb devices
and copy your device identifier - Create a file named
.ADB_DEVICE
in the repository root and add your device identifier to it - Run the command
npm run run:mobile-firefox
to start the Firefox for Android instance with the Linguist add-on installed
Additionally, you may find the following resources helpful for debugging Firefox add-ons on Android: