I have a problem as:
I didn’t find where can I get this Jar file gcm.jar? also where Can I put it ?.
Note I used Android 4.1.
I have a problem as: I didn’t find where can I get this Jar
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Start SDK Manager and scroll down to the section “Extras” and make sure you have installed Google Cloud Messaging for Android Library, if not, install the package.
The package will be installed in the directory “
your-android-sdk\extras\google\gcm\“Client code (for example to be used in Android app):
gcm\gcm-client\Server code (where the Client connects to and registers it’s regId):
gcm\gcm-server\To add the gcm client-jar (gcm.jar) to your Android-project, copy it to the “libs“-folder in your Eclipse project and right click on the file and select Build Path –> Add to Build Path.