Skip to content
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

Exception on android and nothing at iOS #145

Open
tiagorodriguesnes opened this issue Jul 20, 2018 · 4 comments
Open

Exception on android and nothing at iOS #145

tiagorodriguesnes opened this issue Jul 20, 2018 · 4 comments

Comments

@tiagorodriguesnes
Copy link

tiagorodriguesnes commented Jul 20, 2018

On android i'm getting an exception as long as the nugget is installed.
On iOS i can't open the view where the slider is placed while using the slider
YmoApp.zip

forgot to add the code in mainActivity because i removed it to get rid of the exception but i tested with it.

Android.Views.InflateException
Binary XML file line #1: Error inflating class
Java.Lang.Reflect.InvocationTargetException
Java.Lang.UnsupportedOperationException
Can't convert to dimension: type=0x1

@halkar
Copy link
Owner

halkar commented Jul 21, 2018

Can't run the app

Running non-parallel restore.
Reading project file /Users/artur/Downloads/YmoApp - cópia/YmoApp.Android/YmoApp.Android.csproj.
Restoring packages for /Users/artur/Downloads/YmoApp - cópia/YmoApp.Android/YmoApp.Android.csproj...
Restoring packages for MonoAndroid,Version=v8.1...
Resolving conflicts for MonoAndroid,Version=v8.1...
Version conflict detected for Xamarin.Android.Support.Compat. Reference the package directly from the project to resolve this issue.
YmoApp.Android (>= 1.0.0) -> Xamarin.Android.Support.v7.MediaRouter (>= 27.0.2.1) -> Xamarin.Android.Support.v7.Palette (>= 27.0.2.1) -> Xamarin.Android.Support.Compat (>= 27.0.2.1)
YmoApp.Android (>= 1.0.0) -> YmoApp (>= 1.0.0) -> Xamarin.Essentials (>= 0.7.0.17-preview) -> Xamarin.Android.Support.CustomTabs (>= 27.0.2) -> Xamarin.Android.Support.Compat (>= 27.0.2).
Checking compatibility of packages on MonoAndroid,Version=v8.1.
Checking compatibility for YmoApp.Android 1.0.0 with MonoAndroid,Version=v8.1.
Checking compatibility for Xamarin.Forms 3.0.0.561731 with MonoAndroid,Version=v8.1.
Checking compatibility for Xamarin.Android.Support.Design 27.0.2.1 with MonoAndroid,Version=v8.1.
Checking compatibility for Xamarin.Android.Support.v7.AppCompat 27.0.2.1 with MonoAndroid,Version=v8.1.
Checking compatibility for Xamarin.Android.Support.v4 27.0.2.1 with MonoAndroid,Version=v8.1.
Checking compatibility for Xamarin.Android.Support.v7.CardView 27.0.2.1 with MonoAndroid,Version=v8.1.
Checking compatibility for Xamarin.Android.Support.v7.MediaRouter 27.0.2.1 with MonoAndroid,Version=v8.1.
Checking compatibility for YmoApp 1.0.0 with MonoAndroid,Version=v8.1.
Checking compatibility for Xamarin.Android.Support.v7.RecyclerView 27.0.2.1 with MonoAndroid,Version=v8.1.
Checking compatibility for Xamarin.Android.Support.Transition 27.0.2.1 with MonoAndroid,Version=v8.1.
Checking compatibility for Xamarin.Android.Support.Compat 27.0.2.1 with MonoAndroid,Version=v8.1.
Checking compatibility for Xamarin.Android.Support.Core.UI 27.0.2.1 with MonoAndroid,Version=v8.1.
Checking compatibility for Xamarin.Android.Support.Core.Utils 27.0.2.1 with MonoAndroid,Version=v8.1.
Checking compatibility for Xamarin.Android.Support.Fragment 27.0.2.1 with MonoAndroid,Version=v8.1.
Checking compatibility for Xamarin.Android.Support.Media.Compat 27.0.2.1 with MonoAndroid,Version=v8.1.
Checking compatibility for Xamarin.Android.Support.Vector.Drawable 27.0.2.1 with MonoAndroid,Version=v8.1.
Checking compatibility for Xamarin.Android.Support.Animated.Vector.Drawable 27.0.2.1 with MonoAndroid,Version=v8.1.
Checking compatibility for Xamarin.Android.Support.Annotations 27.0.2.1 with MonoAndroid,Version=v8.1.
Checking compatibility for Xamarin.Android.Support.v7.Palette 27.0.2.1 with MonoAndroid,Version=v8.1.
Checking compatibility for CardsView 1.4.4 with MonoAndroid,Version=v8.1.
Checking compatibility for Newtonsoft.Json 11.0.2 with MonoAndroid,Version=v8.1.
Checking compatibility for Xamarin.Essentials 0.7.0.17-preview with MonoAndroid,Version=v8.1.
Checking compatibility for Xamarin.Forms.RangeSlider 0.7.36 with MonoAndroid,Version=v8.1.
Checking compatibility for Xamarin.Android.Arch.Lifecycle.Runtime 1.0.3.1 with MonoAndroid,Version=v8.1.
Checking compatibility for System.Numerics.Vectors 4.5.0 with MonoAndroid,Version=v8.1.
Checking compatibility for Xamarin.Android.Support.CustomTabs 27.0.2 with MonoAndroid,Version=v8.1.
Checking compatibility for Xamarin.RangeSlider 0.7.36 with MonoAndroid,Version=v8.1.
Checking compatibility for Xamarin.Android.Arch.Lifecycle.Common 1.0.3.1 with MonoAndroid,Version=v8.1.
Checking compatibility for Xamarin.Android.Arch.Core.Common 1.0.0.1 with MonoAndroid,Version=v8.1.
All packages and projects are compatible with MonoAndroid,Version=v8.1.
Committing restore...
Writing lock file to disk. Path: /Users/artur/Downloads/YmoApp - cópia/YmoApp.Android/obj/project.assets.json
Writing cache file to disk. Path: /Users/artur/Downloads/YmoApp - cópia/YmoApp.Android/obj/YmoApp.Android.csproj.nuget.cache
Restore failed in 77.64 ms for /Users/artur/Downloads/YmoApp - cópia/YmoApp.Android/YmoApp.Android.csproj.

NuGet Config files used:
/Users/artur/.config/NuGet/NuGet.Config

Feeds used:
/Users/artur/Downloads
/Users/artur/sources/Tesseract.Xamarin/
https://www.nuget.org/api/v2/
Restore failed.

@tiagorodriguesnes
Copy link
Author

Try this 1
https://we.tl/aYCvMg7FKs

@halkar
Copy link
Owner

halkar commented Nov 10, 2018

@2092015 sorry but can you publish it again?

@tiagorodriguesnes
Copy link
Author

sry no i can't
I quit the company and i dont have the project anymore.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants