VisualService / dotnet-zoom-meeting-SDK

A dotnet binding for the zoom sdk, containing support for MAUI and Xamarin Forms (legacy)
9 stars 4 forks source link

Resources not found #6

Closed mdima closed 1 year ago

mdima commented 1 year ago

Hello, I am trying to compile using the ZoomSDK (using the version 5.11.3.7251-beta or the source code, the result does not change). I followed the instructions, but when I compile I receive 20 errors for 20 missing resources:

3>C:\...\App.Android\obj\Debug\120\lp\3\jl\res\layout\activity_media_player.xml(2): error APT2260: attribute controller_layout_id (aka com.progotan.progotanone:controller_layout_id) not found.
3>C:\...\App.Android\obj\Debug\120\lp\3\jl\res\layout\fragment_sip_video_player.xml(2): error APT2260: attribute controller_layout_id (aka com.progotan.progotanone:controller_layout_id) not found.
3>C:\...\App.Android\obj\Debug\120\lp\3\jl\res\layout\fragment_sip_video_player.xml(2): error APT2260: attribute hide_on_touch (aka com.progotan.progotanone:hide_on_touch) not found.
3>C:\...\App.Android\obj\Debug\120\lp\3\jl\res\layout\fragment_sip_video_player.xml(2): error APT2260: attribute resize_mode (aka com.progotan.progotanone:resize_mode) not found.
3>C:\...\App.Android\obj\Debug\120\lp\3\jl\res\layout\fragment_sip_video_player.xml(2): error APT2260: attribute show_timeout (aka com.progotan.progotanone:show_timeout) not found.
3>C:\...\App.Android\obj\Debug\120\lp\3\jl\res\layout\fragment_sip_video_player.xml(2): error APT2260: attribute shutter_background_color (aka com.progotan.progotanone:shutter_background_color) not found.
3>C:\...\App.Android\obj\Debug\120\lp\3\jl\res\layout\fragment_sip_videomail_player.xml(2): error APT2260: attribute controller_layout_id (aka com.progotan.progotanone:controller_layout_id) not found.
3>C:\...\App.Android\obj\Debug\120\lp\3\jl\res\layout\fragment_sip_videomail_player.xml(2): error APT2260: attribute hide_on_touch (aka com.progotan.progotanone:hide_on_touch) not found.
3>C:\...\App.Android\obj\Debug\120\lp\3\jl\res\layout\fragment_sip_videomail_player.xml(2): error APT2260: attribute show_timeout (aka com.progotan.progotanone:show_timeout) not found.
3>C:\...\App.Android\obj\Debug\120\lp\3\jl\res\layout\media_player_playback_control.xml(15): error APT2260: resource style/ExoMediaButton.Rewind (aka com.progotan.progotanone:style/ExoMediaButton.Rewind) not found.
3>C:\...\App.Android\obj\Debug\120\lp\3\jl\res\layout\media_player_playback_control.xml(15): error APT2260: resource id/exo_rew (aka com.progotan.progotanone:id/exo_rew) not found.
3>C:\...\App.Android\obj\Debug\120\lp\3\jl\res\layout\media_player_playback_control.xml(15): error APT2260: resource style/ExoMediaButton.Play (aka com.progotan.progotanone:style/ExoMediaButton.Play) not found.
3>C:\...\App.Android\obj\Debug\120\lp\3\jl\res\layout\media_player_playback_control.xml(15): error APT2260: resource id/exo_play (aka com.progotan.progotanone:id/exo_play) not found.
3>C:\...\App.Android\obj\Debug\120\lp\3\jl\res\layout\media_player_playback_control.xml(15): error APT2260: resource style/ExoMediaButton.Pause (aka com.progotan.progotanone:style/ExoMediaButton.Pause) not found.
3>C:\...\App.Android\obj\Debug\120\lp\3\jl\res\layout\media_player_playback_control.xml(15): error APT2260: resource id/exo_pause (aka com.progotan.progotanone:id/exo_pause) not found.
3>C:\...\App.Android\obj\Debug\120\lp\3\jl\res\layout\media_player_playback_control.xml(15): error APT2260: resource style/ExoMediaButton.FastForward (aka com.progotan.progotanone:style/ExoMediaButton.FastForward) not found.
3>C:\...\App.Android\obj\Debug\120\lp\3\jl\res\layout\media_player_playback_control.xml(15): error APT2260: resource id/exo_ffwd (aka com.progotan.progotanone:id/exo_ffwd) not found.
3>C:\...\App.Android\obj\Debug\120\lp\3\jl\res\layout\media_player_playback_control.xml(15): error APT2260: resource id/exo_position (aka com.progotan.progotanone:id/exo_position) not found.
3>C:\...\App.Android\obj\Debug\120\lp\3\jl\res\layout\media_player_playback_control.xml(15): error APT2260: resource id/exo_progress_placeholder (aka com.progotan.progotanone:id/exo_progress_placeholder) not found.
3>C:\...\App.Android\obj\Debug\120\lp\3\jl\res\layout\media_player_playback_control.xml(15): error APT2260: resource id/exo_duration (aka com.progotan.progotanone:id/exo_duration) not found.

is there any "shim-file" missing in the repository?

Thanks, Mdm

mdima commented 1 year ago

This also happens using the first version of the Nuget package (5.9.6.47771) and a fresh Xamarin Forms Mobile Application project...

mdima commented 1 year ago

Ok, I found out how to solve the problem.