The instrumentation process cannot be initialized

@yuchao2

Please try with another later Appium version.

If the above solution doesn’t work. You can install the .apk file to your device and replace startApplication keyword by:

Mobile.startExistingApplication('com.hmh.api')

Thanks