GCM : java.lang.noclassdeffounderror: com.google.android.gcm.GCMRegistrar

前端 未结 10 1058
深忆病人
深忆病人 2020-12-29 06:50

I am trying to register a device onto GCM using the following code:

    public void onCreate(Bundle savedInstanceState) {
    super.onCreate(savedInstanceSta         


        
10条回答
  •  感动是毒
    2020-12-29 07:30

    Make sure that the gcm jar file is in the right libs folder and added into the java build path at your project properties.

提交回复
热议问题