You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Follow step by step on https://devlinduldulao.pro/how-to-create-bottom-navigation-bar-in-xamarin-forms/ and https://www.youtube.com/watch?v=Cp_2F621Az0 get Java error
#108
Open
jordan-hewitt opened this issue
Sep 27, 2018
· 2 comments
I have followed the step by step guides on both that Devlin Duldulao website and the YouTube video on a brand new project and get the following Java error:
Java.Lang.ClassException has been thrown
android.widget.LinearLayout cannot be cast to android.widget.ImageView
I have tried to debug all of the files that need to be imported into the project, yet none of the breakpoints inside each function are hit.
I am trying to implement this in C# without XAML, is that the problem??
Please help, I cannot find out a way to get this to work.
The text was updated successfully, but these errors were encountered:
I realized it is whenever I try to run a brand new program with just the packages downloaded in the PCL and Droid solutions. Even without implementation, I get the error.
Hey @jordan-hewitt no body answer you!
Maybe you already known? But with Xamarin.Forms 3.x you can put the Android Tabbed page at the Bottom and it's official!
I have followed the step by step guides on both that Devlin Duldulao website and the YouTube video on a brand new project and get the following Java error:
Java.Lang.ClassException has been thrown
android.widget.LinearLayout cannot be cast to android.widget.ImageView
I have tried to debug all of the files that need to be imported into the project, yet none of the breakpoints inside each function are hit.
I am trying to implement this in C# without XAML, is that the problem??
Please help, I cannot find out a way to get this to work.
The text was updated successfully, but these errors were encountered: