Android build - adb shell start - Intent never completes

Hello,

I created a brand new app using expo init and built an APK package. When attempting to launch the package using ADB shell (useful for testing, etc) the Intent never actually completes.

Running the following command:

adb shell am start -W -n com.jh.test2/host.exp.exponent.experience.ShellAppActivity -S

That command starts the intent but it never actually completes (the app opens in my simulator but the command is never returned as ‘Complete’). When building APKs with an older SDK (v 27 for example) the intent started and completed.

Any suggestions?

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