I wanted to get my Application ready for push with parse but this is what I got: enter image description here

It compiles when I erase this line, but also doesnt receive push's from Parse.com: PushService.setDefaultPushCallback(this, ActivityAppLaunch.class);

Any suggestions?

有帮助吗?

解决方案

have you set <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" /> in AndroidManifest.xml to allow PushRouter to get access?

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top