Can you debug your app with a second user?

21 hours ago 2
ARTICLE AD BOX

On various devices you can create additional users. On my device I encounter a strange storage issue: An app I develop cannot access it's external files dirs (while it works on another device). So I wanted to try with a second user on the same device to rule out any effects of the user setup. But although USB debugging seems to work, I can't run or even install the app. I get the following error message:

Activity class {com.opappdevs.getexternaldirs/com.opappdevs.getexternaldirs.MainActivity} does not exist

Does anyone know whether this should work? I seem to remember that this worked at some point in the past.

Read Entire Article