error6 [React Native] Android Error **해결한 방법 중 하나일 뿐이니 참고만 해주세요!** ## react-native-firebase:compileDebugJavaWithJavac FAILED 에러 내용을 따라가보면 RNFirebaseNotificationManager getNotificationChannelGroup()에서 에러가 났다. if문을 보면 Build.VERSION.SDK_INT >= 28로 되어 있는 것을 확인할 수 있다. 이는 라이브러리 버전이 업그레이드되면서 추가된 메서드이다. **해결방법**은 compileSdkVersion을 28로 맞추거나 firebase 라이브러리를 현재 사용하고 있는 compileSdkVersion에 맞는 버전으로 맞춰야할 것이다. ## Execution failed for task ':app:.. 2019. 4. 16. 이전 1 2 다음