Is it possible to start activity through adb shell?
eg:
MyPackageName is com.example.demo
MyActivityName is com.example.test.MainActivity
adb shell am start -n com.example.demo/com.example.test.MainActivity
Launch adb shell and enter the command as follows
am start -n yourpackagename/.activityname