I am using azure notification hub in my android app. after following all procedures i am getting an error.
import com.microsoft.windowsazure.messaging.*;
is not detected.
and private NotificationHub hub;
is not getting declared
Am i missing some library?