Adding pushwoosh to ionic problem

i have serious problems adding pushwhoosh plugin to my app.

after ading the plugin using ionic cli folowing steps at this page
https://www.pushwoosh.com/programming-push-notification/android/android-additional-platforms/phonegapcordova-sdk-integration/

i have this in their java src and intelij idea say these do not exist.

Error:(26, 37) java: package com.arellomobile.android.push does not exist
....

import com.arellomobile.android.push.BasePushMessageReceiver;
import com.arellomobile.android.push.PushManager;
import com.arellomobile.android.push.PushPersistance;
import com.arellomobile.android.push.PushManager.GetTagsListener;
import com.arellomobile.android.push.SendPushTagsCallBack;
import com.arellomobile.android.push.preference.SoundType;
import com.arellomobile.android.push.preference.VibrateType;
import com.arellomobile.android.push.utils.RegisterBroadcastReceiver;
import com.google.android.gcm.GCMRegistrar;

can you help me please

it ok now

Hey,

Did you eventually get this to work? I am facing the same issue. Do you have any suggestions?

Thanks
Warren