pub unsafe extern "C" fn MaaAndroidNativeControllerCreate(
config_json: *const c_char,
) -> *mut MaaControllerExpand description
@brief Create an Android native controller backed by MaaAndroidNativeControlUnit.
@param config_json JSON config for the control unit. Required fields: - library_path: path to the Android native control unit library - screen_resolution.width / screen_resolution.height: raw screenshot and touch resolution Optional fields: - display_id: target display id, defaults to 0 - force_stop: whether to force stop before start_app, defaults to false @return The controller handle, or nullptr on failure.
@note This controller is only available on Android. @note The configured screen_resolution must match the control unit’s raw screenshot/touch coordinate space.