728x90
728x170

Plugin.Firebase Android 쪽 테스트를 하는데 아래와 같은 에러가 발생되었습니다.

Java.Lang.RuntimeException: 'Unable to get provider com.google.firebase.provider.FirebaseInitProvider: java.lang.IllegalStateException: The Crashlytics build ID is missing. This occurs when Crashlytics tooling is absent from your app's build configuration. Please review Crashlytics onboarding instructions and ensure you have a valid Crashlytics account.'

프로젝트에 아래 처럼 Platforms/Android/Resources 의 위치에 strings.xml 을 추가하고

아래 내용을 넣으면 오류가 해결됩니다.

<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="com.google.firebase.crashlytics.mapping_file_id">none</string>
</resources>

https://github.com/TobiasBuchholz/Plugin.Firebase

 

GitHub - TobiasBuchholz/Plugin.Firebase: Wrapper around the native Android and iOS Firebase Xamarin SDKs

Wrapper around the native Android and iOS Firebase Xamarin SDKs - GitHub - TobiasBuchholz/Plugin.Firebase: Wrapper around the native Android and iOS Firebase Xamarin SDKs

github.com

 

 

728x90
그리드형
Posted by kjun
,