*/ EXTERNALRENDERERAPI int nemu_get_display_id(int handle, const char* pkg, int appIndex); 该接口可以拿到已启动 app 的 display id。 接口中的 @appIndex 说明:由于模拟器支持单模拟器内的应用多开,开启保活后,同一应用的不同多开实例对应不同的 dispaly id。@appIndex 用来应对这种情况:0 表示主...