Android 안드로이드
Error:Execution failed for task. No matching client found for package name
코드버무려
2017. 9. 1. 22:57
Error:Execution failed for task ':app:processDebugGoogleServices'. No matching client found for package name 'com.example.myapplication'
기존 사용했던 앱을 가져와서 패키지 리팩토링을 했다.
컴파일을 했더니 에러가 나왔고 이 해결책은.
파이어베이스 설정 페이지( https://firebase.google.com/docs/android/setup )를 참고해서 역으로 파이어배이스와 관련된 코드를 build.gradle에서 삭제했다.
추후 앱을 완성하고 파이어베이스 코드를 새로 추가한다.