Debug on Android
This section provides instructions for debugging Linguist on Android:
- Install and configure ADB
- Run
adb devicesand copy your device identifier - Create a file named
.ADB_DEVICEin the repository root and add your device identifier to it - Run
npm run run:mobile-firefoxto 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: