I am following the tutorial to the letter; well, it's actually pretty basic so there is really nothing there. But when I created the project, the android portion is not compiling. Eclipse complains about not being able to resolve the imports. For instance there is a read line under the com.myapp.deviceinfoendpoint
portion of
import com.myapp.deviceinfoendpoint.Deviceinfoendpoint;
import com.myapp.deviceinfoendpoint.Deviceinfoendpoint.Builder;
import com.myapp.deviceinfoendpoint.model.DeviceInfo;
Does anyone know how to fix this? Maybe it's a build path issue but there are no instructions on how to set the build path.
I am using mac osx mountain lion and eclipse juno
Also there are red crosses on the following folders:
endpoint-libs/libdeviceinfoendpoint-v1/deviceinfoendpoint/deviceinfoendpoint-v1-generated-source
/myapp/endpoint-libs/libmessageEndpoint-v1/messageEndpoint/messageendpoint-v1-generated-source
/myapp/endpoint-libs (and sub folders)
and the following folders:
GCMIntentService.java
RegisterActivity.java