dimanche 10 mai 2015

How to add the two names in application tag using android

I am using android eclipse and I want to add both volley jar and Google Cloud Message in my App. Also, I want to add these two names in application tag. I already know that we can use application tag only once in Manifest file. Is there any other way to add these two libraries in my App?

    android:name="com.google.gcm.Controller" // This is for GCM
    android:name="volley.AppController" // This is for Volley

Thanks in advance.

Aucun commentaire:

Enregistrer un commentaire