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
This application runs as expected on UWP. On Android the SettingsView.xaml page can be navigated to however it shows up white without the expected simple grid with settings Label and Input.
I don't specifically know that this is the problem but... exception on the android app build... makes me wonder.
I increaded the build log verbosity to try and include it here. It was huge and hung incident create page... I left it out.
(Can longer code blocks or logs be entered in with a smaller windows with scroll bars? Does Markdown in GigHub support that?)
Severity Code Description Project File Line Suppression State
Warning Exception of type 'Pdb2Mdb.PortablePdbNotSupportedException' was thrown.
at Pdb2Mdb.Converter.Convert(String filename)
at Xamarin.Android.Tasks.ConvertDebuggingFiles.Execute() MqttSample.Android C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets 2031
Warning Exception of type 'Pdb2Mdb.PortablePdbNotSupportedException' was thrown.
at Pdb2Mdb.Converter.Convert(String filename)
at Xamarin.Android.Tasks.ConvertDebuggingFiles.Execute() MqttSample.Android C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets 2031
Warning Exception of type 'Pdb2Mdb.PortablePdbNotSupportedException' was thrown.
at Pdb2Mdb.Converter.Convert(String filename)
at Xamarin.Android.Tasks.ConvertDebuggingFiles.Execute() MqttSample.Android C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets 2031
Line 2031 <ConvertDebuggingFiles Files="@(_ResolvedPdbFiles)">
For grins I installed vs 2019 preview. Same behavior. The SettingsPage.xaml page seems to load except the screen is blank. I looked for the Pdb2Mdb error but didn't see it. Tired 'night 'night
This application runs as expected on UWP. On Android the SettingsView.xaml page can be navigated to however it shows up white without the expected simple grid with settings Label and Input.
I don't specifically know that this is the problem but... exception on the android app build... makes me wonder.
Apparently this is not specifically related to the SettingsView page not showing. See Issue #3
I get these errors at build.
This application runs as expected on UWP. On Android the SettingsView.xaml page can be navigated to however it shows up white without the expected simple grid with settings
Label
andInput
.I don't specifically know that this is the problem but... exception on the android app build... makes me wonder.
I increaded the build log verbosity to try and include it here. It was huge and hung incident create page... I left it out.
(Can longer code blocks or logs be entered in with a smaller windows with scroll bars? Does Markdown in GigHub support that?)
Line 2031
<ConvertDebuggingFiles Files="@(_ResolvedPdbFiles)">
MqttSampleBuildAndroid.Log.txt
MqttSampleDebugLog.txt
The text was updated successfully, but these errors were encountered: