Wayback Machinekoobas.hobune.stream
May JUN Jul
Previous capture 12 Next capture
2021 2022 2023
1 capture
12 Jun 22 - 12 Jun 22
sparklines
Close Help
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
  • Asset Store
  • Get Unity

UNITY ACCOUNT

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account
  • Blog
  • Forums
  • Answers
  • Evangelists
  • User Groups
  • Beta Program
  • Advisory Panel

Navigation

  • Home
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
    • Blog
    • Forums
    • Answers
    • Evangelists
    • User Groups
    • Beta Program
    • Advisory Panel

Unity account

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account

Language

  • Chinese
  • Spanish
  • Japanese
  • Korean
  • Portuguese
  • Ask a question
  • Spaces
    • Default
    • Help Room
    • META
    • Moderators
    • Topics
    • Questions
    • Users
    • Badges
  • Home /
  • Help Room /
avatar image
0
Question by himssen · Jan 25, 2017 at 07:59 AM · androidunity 5google

Google Firebase SDK In Unity Error (Android)

I am looking at this sites. and trying this at Android

https://firebase.google.com/docs/unity/setup https://firebase.google.com/docs/analytics/unity/start https://github.com/firebase/quickstart-unity/blob/master/analytics/testapp/Assets/TestApp/UIHandler.cs

But I have some error

  dependencyStatus = FirebaseApp.CheckDependencies();

i use this code and that is Gave me error

 01-25 16:48:08.676 16233-16261/? E/Unity: local_class
                                            
                                           (Filename: ./artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

and i use this codes

  void InitializeFirebase()
     {
         Debug.Log("Enabling data collection.");
         FirebaseAnalytics.SetAnalyticsCollectionEnabled(true);
 
         Debug.Log("Set user properties.");
         // Set the user's sign up method.
         FirebaseAnalytics.SetUserProperty(
           FirebaseAnalytics.UserPropertySignUpMethod,
           "Google");
         // Set the user ID.
         FirebaseAnalytics.SetUserId(SystemInfo.deviceUniqueIdentifier);
        
     }


This gave a big error.

 01-25 16:35:30.446 14917-14953/? I/Unity: Enabling data collection.
                                            
                                           (Filename: ./artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)
 01-25 16:35:30.448 14917-14953/? I/Unity: Firebase App initializing app com.paprika3.puzzle (default 1).
                                            
                                           (Filename: ./artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)
 01-25 16:35:30.480 14917-14953/? A/art: art/runtime/java_vm_ext.cc:410]     from boolean com.unity3d.player.UnityPlayer.nativeRender()
 01-25 16:35:30.480 14917-14953/? A/art: art/runtime/java_vm_ext.cc:410] "UnityMain" prio=5 tid=9 Runnable
 01-25 16:35:30.481 14917-14953/? A/art: art/runtime/java_vm_ext.cc:410]   at com.unity3d.player.UnityPlayer.nativeRender(Native method)
 01-25 16:35:30.481 14917-14953/? A/art: art/runtime/java_vm_ext.cc:410]   at com.unity3d.player.UnityPlayer.a(unavailable:-1)
 01-25 16:35:30.481 14917-14953/? A/art: art/runtime/java_vm_ext.cc:410]   at com.unity3d.player.UnityPlayer$b$1.handleMessage(unavailable:-1)
 01-25 16:35:30.481 14917-14953/? A/art: art/runtime/java_vm_ext.cc:410]   at com.unity3d.player.UnityPlayer$b.run(unavailable:-1)
 01-25 16:35:32.030 14917-14953/? A/art: art/runtime/runtime.cc:366] "UnityMain" prio=5 tid=9 Native
 01-25 16:35:32.031 14917-14953/? A/art: art/runtime/runtime.cc:366]   at com.unity3d.player.UnityPlayer.nativeRender(Native method)
 01-25 16:35:32.031 14917-14953/? A/art: art/runtime/runtime.cc:366]   at com.unity3d.player.UnityPlayer.a(unavailable:-1)
 01-25 16:35:32.031 14917-14953/? A/art: art/runtime/runtime.cc:366]   at com.unity3d.player.UnityPlayer$b$1.handleMessage(unavailable:-1)
 01-25 16:35:32.031 14917-14953/? A/art: art/runtime/runtime.cc:366]   at com.unity3d.player.UnityPlayer$b.run(unavailable:-1)
 01-25 16:35:32.031 14917-14953/? A/art: art/runtime/runtime.cc:366] "UnityMain" prio=5 tid=9 Runnable
 01-25 16:35:32.031 14917-14953/? A/art: art/runtime/runtime.cc:366]   at com.unity3d.player.UnityPlayer.nativeRender(Native method)
 01-25 16:35:32.031 14917-14953/? A/art: art/runtime/runtime.cc:366]   at com.unity3d.player.UnityPlayer.a(unavailable:-1)
 01-25 16:35:32.031 14917-14953/? A/art: art/runtime/runtime.cc:366]   at com.unity3d.player.UnityPlayer$b$1.handleMessage(unavailable:-1)
 01-25 16:35:32.031 14917-14953/? A/art: art/runtime/runtime.cc:366]   at com.unity3d.player.UnityPlayer$b.run(unavailable:-1)
 01-25 16:35:32.038 14917-14953/? A/art: art/runtime/runtime.cc:366] "UnityChoreographer" prio=5 tid=12 Native
 01-25 16:35:32.040 14917-14953/? A/art: art/runtime/runtime.cc:366] "UnityAdsCacheThread" prio=5 tid=19 Native
 01-25 16:35:32.040 14917-14953/? A/art: art/runtime/runtime.cc:366]   at com.unity3d.ads.android.cache.UnityAdsCacheThreadHandler.downloadFile(UnityAdsCacheThreadHandler.java:73)
 01-25 16:35:32.040 14917-14953/? A/art: art/runtime/runtime.cc:366]   at com.unity3d.ads.android.cache.UnityAdsCacheThreadHandler.handleMessage(UnityAdsCacheThreadHandler.java:29)
 01-25 16:35:32.040 14917-14953/? A/art: art/runtime/runtime.cc:366]   at com.unity3d.ads.android.cache.UnityAdsCacheThread.run(UnityAdsCacheThread.java:39)
 01-25 16:35:32.176 15396-14953/? A/google-breakpad: M 9EF57000 00000000 00F1B000 B317A4E62214CDB9965931DE49E06A8F0 libunity.so
 01-25 16:35:32.196 14917-14953/? A/libc: Fatal signal 6 (SIGABRT), code -6 in tid 14953 (UnityMain)
 01-25 16:35:32.299 611-611/? A/DEBUG: pid: 14917, tid: 14953, name: UnityMain  >>> com.paprika3.puzzle <<<


How can I solve this problem?

Help plz..

Comment
Add comment · Show 1
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image liortal · Mar 18, 2017 at 08:10 PM 0
Share

This long error seems to originate from UnityAds, and not from Firebase. Are you sure you followed all the integration instructions correctly ?

If you still cannot resolve this issue, you could contact my service via this link: https://www.fiverr.com/lysergide

1 Reply

· Add your reply
  • Sort: 
avatar image
0

Answer by swifer07 · Mar 18, 2017 at 04:50 AM

Hi Every one, we also encounter lots of errors and issues on the new Firebase Analytics for Unity3d but luckily we solved the errors and issues both on Android and ios if you are interested for the solutions please read and follow this link http://www.gigadrillgames.com/2017/02/11/integrating-firebase-analytics-to-android-ultimate-plugin-for-unity3d/

Comment
Add comment · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

Your answer

Hint: You can notify a user about this post by typing @username

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this Question

Answers Answers and Comments

182 People are following this question.

avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image

Related Questions

Google+ in Unity. Is it possible? 0 Answers

Google Analytic is working fine on Editor but not on Android 0 Answers

is device supported to cardboard game or not? 0 Answers

Unity Ads rewarded video no result, Android 1 Answer

Android VR Application crashing without splash screen. 0 Answers


Enterprise
Social Q&A

Social
Subscribe on YouTube social-youtube Follow on LinkedIn social-linkedin Follow on Twitter social-twitter Follow on Facebook social-facebook Follow on Instagram social-instagram

Footer

  • Purchase
    • Products
    • Subscription
    • Asset Store
    • Unity Gear
    • Resellers
  • Education
    • Students
    • Educators
    • Certification
    • Learn
    • Center of Excellence
  • Download
    • Unity
    • Beta Program
  • Unity Labs
    • Labs
    • Publications
  • Resources
    • Learn platform
    • Community
    • Documentation
    • Unity QA
    • FAQ
    • Services Status
    • Connect
  • About Unity
    • About Us
    • Blog
    • Events
    • Careers
    • Contact
    • Press
    • Partners
    • Affiliates
    • Security
Copyright © 2020 Unity Technologies
  • Legal
  • Privacy Policy
  • Cookies
  • Do Not Sell My Personal Information
  • Cookies Settings
"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Default
  • Help Room
  • META
  • Moderators
  • Explore
  • Topics
  • Questions
  • Users
  • Badges