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...

'Programming > GCM 활용기' 카테고리의 다른 글

[GCM] 4. 실행  (0) 2015.08.05
[GCM] 3. Get Configuration File  (0) 2015.08.05
[GCM] 2. Import Project  (0) 2015.07.29
[GCM] 1. Get the GCM project from git  (0) 2015.07.29
[GCM] 0. Intro  (0) 2015.07.28