在React Native项目应用程序上成功安装RNFirebase后,我在模拟器上显示了此错误
SELECT fm.y_inpatient_dat, h.pat_id, h.pat_enc_csn_id,
LISTAGG(meas_value, '; ') WITHIN GROUP (ORDER BY fm.recorded_time)
abnormal_HR_values
from
ip_flwsht_meas fm
join pat_enc_hsp h on fm.y_inpatient_dat = h.inpatient_data_id
where fm.flo_meas_id in ('8' ) and (to_number(MEAS_VALUE) <80)
AND fm.recorded_time between (select start_date from dd) AND (select end_date from dd)
group by fm.y_inpatient_dat,h.pat_id, h.pat_enc_csn_id)
我尝试搜索类似的错误,但是大多数错误是针对android studio而不是特定的错误,因此我无法轻松解决。我想我错过了模块。任何模块,您认为我错过了安装吗? 这是我的build.gradle(app)
NoClassDefFoundError: Failed resolution of Lcom/google/firebase/dynamiclinks/PendingDynamicLinkData