Skip to content

Application DETACHED on app inspection #164

@alsongard

Description

@alsongard

Question

Is it required to run the application on an emulator for it to work properly with App Inspection?

I’m trying to run the app on a physical Android device, but I’m encountering an issue.


Issue Description

When running the application on my physical Android device, the app installs and launches successfully. However, in App Inspection, I receive the following error:

com.example.sqldemo [DETACHED]

Device Information

  • Android version: 11 (RP1)
  • Device type: Physical Android device

What I’ve Tried

  • Set debuggable = true in build.gradle.kts
  • Ran the app in Debug mode
  • Confirmed that no build errors are shown

Debug Console Output

Connected to the target VM, address: 'localhost:55954', transport: 'socket'
Disconnected from the target VM, address: 'localhost:55954', transport: 'socket'

The app appears to run normally on the device, but App Inspection shows it as [DETACHED].

Is this expected behavior on physical devices, or am I missing a configuration step?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions