I am trying to set up the sample project for Worklight push notification on Android. When I launch the app in the Android emulator only the first two buttons (isSubscribed and isSupported) are clickable. The other two buttons (Subscribe and Unsubscribe) remain disabled.
My steps are:
- Import the project into Eclipse
- Replace the SenderID and API Keys with the one obtains from GCM Console in application-descriptor.xml
- Deploy the PushAdapter (included in the project)
- Build and deploy
- Launch the Android application in the emulator
What is missing?