实施解析推送通知 [英] Implementing Parse Push Notification

查看:119
本文介绍了实施解析推送通知的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想用解析SDK与我在Eclipse中的Andr​​oid项目,但我不知道如何做到这一点,因为所有的教程是为Android Studio和摇篮。我如何在Eclipse中使用?

I want to use Parse SDK with my android project in Eclipse, but I don't know how to do this because all the tutorials are for Android Studio and Gradle. How can I use this in Eclipse?

推荐答案

这并不难:


  1. 下载SDK解析

  2. 解压它

  3. 挂断解析 - *罐子和螺栓-机器人 - *。jar放到在Eclipse项目

  4. 添加code的所有neccesary线如描述快速入门指南。显然,你需要添加一些进口:

  1. Download Parse SDK
  2. Unzip it
  3. Drop Parse-*.jar and bolts-android-*.jar into libs in your Eclipse project
  4. Add all the neccesary lines of code as described in Quick Start Guide. Obviously you'll need to add some imports:

进口com.parse.Parse;
进口com.parse.ParseInstallation;

import com.parse.Parse; import com.parse.ParseInstallation;

嗯,我认为这是它 - 让我知道它是否适合你。

Hmmm, I think that was it - let me know if it works for you!

这篇关于实施解析推送通知的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆