Programming/GCM 활용기

[GCM] 2.1 Import Project - 1st Error

B&U 2015. 8. 2. 23:11

build 부터 쉽지 않은 GCM 설정입니다.

일단 사용하는 방법은 잘 모르기 때문에 실행하면서 해보려고 했더니 아래와 같은 빌드에러가 나네요..

 

무슨 에러인지 차분히 찾아보도록 하겠습니다.

 

gcm\app\src\main\java\gcm\play\android\samples\com\gcmquickstart\RegistrationIntentService.java
Error:(54, 70) error: cannot find symbol variable gcm_defaultSenderId
Error:Execution failed for task ':app:compileDebugJavaWithJavac'.
> Compilation failed; see the compiler error output for details.

 

To be continued...