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
RUN wget https://jenkins.mono-project.com/view/Xamarin.Android/job/xamarin-android-linux/816/Azure/processDownloadRequest/xamarin-android/xamarin.android-oss_8.3.99.19_amd64.deb
RUN dpkg -i xamarin.android-oss_8.3.99.19_amd64.deb
RUN rm xamarin.android-oss_8.3.99.19_amd64.deb
RUN apt install git make -y
RUN git clone https://github.com/xamarin/jar2xml
RUN cd jar2xml && make && cp jar2xml.jar /usr/lib/xamarin.android/xbuild/Xamarin/Android/jar2xml.jar && cd ..