How to run android app on real device in Fleet IDE

281 Views Asked by At

I want to run my app on my real device using Fleet IDE, I can run on emulator, but I dont see an option to run on real device. I cam see run configrations in run.json. Can you help me what to set in destination for my real device?

run.json

{
    "configurations": [
        {
            "name": "composeApp",
            "type": "android-app",
            "workingDir": "D:\\Murti\\HabitSensei",
            "allowParallelRun": true,
            "module": "HabitSensei.composeApp.main",
            "destination": "Pixel 2 API 31"
        }
    ]
}

I tried to use adb device name in destination, but it didn't work

0

There are 0 best solutions below