yimyo2000's avatar
yimyo2000
Copper Contributor
Aug 01, 2024
Status:
Closed

When I use Context.startActivity on Android to call com.microsoft.rdc.androidx, encounter Exception

 

When I use Context.startActivity on Android to call com.microsoft.rdc.androidx, I encounter an ActivityNotFoundException. The error message is:

 

android.content.ActivityNotFoundException: Unable to find explicit activity class {com.microsoft.rdc.androidx/com.microsoft.rdc.ui.activities.HomeActivity}; have you declared this activity in your AndroidManifest.xml, or does your intent not match its declared <intent-filter>?

 

Before calling Context.startActivity, I have already confirmed that the user has Remote Desktop installed on their phone. However, this issue still occurs on certain devices (e.g., AQUOS Sense / Android 13 / RAM: 4GB). I would like to ask what might be causing this issue or what aspects I should check. Thank

you.

No CommentsBe the first to comment