Its throwing exception while calling GCM.register(this,SENDER_ID);
java.lang.UnsupportedOperationException: Device does not have package com.google.android.gsf
What is alternative option of GCM on Amazon devices?
Kindle Fire don't have "Google Play Services" library installed, so GCM won't work. Try ADM instead.