Hello Sushma,
You cannot open the example project probably because of the older SDK version. For me, it is working without any problem.
Which SDK version do you have?
The ADC_s32k144 example uses only a software trigger. So, this is not a solution for you.
For the ADC0 you can trigger only a single channel with a write to SCIA.
That is why I recommend you to look at the SDK Peripheral Abstraction Layer (ADC PAL) which is used in the adc_pal_S32K144 example.
Or you can use both ADC1, ADC0 and configure SW trigger for PTA0(ADC0_SE0) and for example, for PTA2 (ADC1_SE0).
Best Regards,
Diana