-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BUG- Livesharp causing System.Reflection.AmbiguousMatchException #44
Comments
Thanks for the feedback! Can you post the exception with the stack trace? |
somehow this error has gone now but i am getting another error. I have Xamarin.Forms.Init in MainActivity of Android project. why does it complain?
|
How do you initialize your application? Usually, I see code similar to following:
So Thanks! |
yes this is correct, exactly how i do but I believe problem could be related to that my MainActivity is not set as mainlauncher.
i am using splashactivity as mainlauncher and it will call mainactivity as shown below. not sure if that could be the problem.
i hope this info helps. otherwise i can try to create a repro later. |
If your offer about a repro still stands, I would appreciate it since I couldn't reproduce it on my machine. |
I have 2 dot not core project one references to another and when I install livesharp on both of them, it throws this exception. exactly this one in the reference xamarin/Xamarin.Forms#2632
The text was updated successfully, but these errors were encountered: