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?
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:
Device Information
What I’ve Tried
debuggable = trueinbuild.gradle.ktsDebug Console Output
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?