Error: Activity not started, unable to resolve Intent

I am getting the following error in my attempt to open the Android simulator.

Couldn't start project on Android: Error running adb: Error running app. Error: Activity not started, unable to resolve Intent

My OS is macOS High Sierra and my VirtualBox is the latest version.

Can anyone be so kind to help me out with this?

Many thanks.

Hey @t_expo,

If your project is using SDK31, can you make sure your Android Emulator is running Android 5+? This usually occurs when the device is using an API level below the minimum that is required. If that doesn’t help, there is another report from a user that deleting the ~/.expo/android-apk-cache folder and restarting the Emulator has helped.

Cheers,

Adam

I actually switched to the native build as there was a package I could not use with expo. Just wanted to thank you for the reply. :slight_smile:

1 Like

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.