GithubHelp home page GithubHelp logo

Comments (4)

google-oss-bot avatar google-oss-bot commented on June 16, 2024

I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight.

from firebase-unity-sdk.

paulinon avatar paulinon commented on June 16, 2024

Hi @JustGerome,

Could you provide the complete steps you've taken to reproduce this issue? A NullReferenceException is usually caused by a script that tries to access a variable that doesn't reference an object. I haven't replicated this behavior so far given the information you provided.

Additionally, could you confirm if using the latest SDK version make any difference?

from firebase-unity-sdk.

JustGerome avatar JustGerome commented on June 16, 2024

I think I have solved it for now. Since I added Messaging to my application my AndroidManifest.xml file is not including screen size so I added the code below and now the build is proceeding.

<supports-screens android:smallScreens="true" android:normalScreens="true" android:largeScreens="true" android:xlargeScreens="true" android:anyDensity="true" />

Still have no idea how this happened.

from firebase-unity-sdk.

a-maurice avatar a-maurice commented on June 16, 2024

Thanks for following up. Messaging requires some changes to the AndroidManifest.xml file, as it needs to set up a ListenerService and a few more things, so it is possible that when it added that logic, it accidentally removed something that you needed. We will keep an eye out for this in the future.

from firebase-unity-sdk.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.