adt - The type com.google.android.gcm.GCMBaseIntentService cannot be resolved. It is indirectly referenced from required .class files -


upgrading last sdk tools version (v22) sdk platform tools(v17) sdk build-tools(v17)i msg in eclipse

public class gcmintentservice extends     gcmfuintentservice{} 

important facts- project relies on android library project have created- in project have reference gcm.jar(it in /libs folder)

any ideas?

well next link answer

  1. make sure support library in libs folder of abs project , else
  2. right-click on library --> build path --> add build path
  3. right-click on abs project --> properties --> java build path --> order , export --> check gcm.jar (or other xxx.jar)file , save
  4. right-click on project have included abs --> properties --> java build path --> order , export --> check "android private libraries" , save
  5. if have additional projects in dependency hierarchy, step 4 of projects
  6. clean entire workspace (or affected projects) , hope best.

Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -