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
- make sure support library in libs folder of abs project , else
- right-click on library --> build path --> add build path
- right-click on abs project --> properties --> java build path --> order , export --> check gcm.jar (or other xxx.jar)file , save
- right-click on project have included abs --> properties --> java build path --> order , export --> check "android private libraries" , save
- if have additional projects in dependency hierarchy, step 4 of projects
- clean entire workspace (or affected projects) , hope best.
Comments
Post a Comment