<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Aug 10, 2022 at 5:59 PM James Abernathy <<a href="mailto:jfabernathy@gmail.com">jfabernathy@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">I see on github that there seems to be a recommended way of using a docker image to make this a whole lot easier.  I see that it seems to be targeted toward Ubuntu 20.04.  If that is required, could all this be done in a VM of Ubuntu 20.04?</div></blockquote><div><br></div><div>Sorry, but I now remember my Docker stuff.  You can build a VM with Ubuntu 20.04, but it is not necessary.</div><div><br></div><div>What I did almost worked.  Maybe I missed a step.</div><div><br></div><div>mkdir ~/build</div><div>cd ~/build</div><div>git clone mythtv packaging here</div><div>cd packaging and git checkout fixes/32</div><div>cd ~/build</div><div>git clone mythtv mythtv</div><div>cd mythtv  and git checkout fixes/32</div><div>cd ~/build/packaging/android/docker</div><div>Then ./start.sh<br></div><div>The builds the android studio environment and when it completes you are dropped out to a bash shell in the docker container basically at ~/build/packaging/android/</div><div><br></div><div>I then tried, make SDK-21 MODE=arm libs</div><div>This ran a really long time before it failed due to a compiler error related to libbluray something or other.</div><div>Before I start posting logs somewhere, I thought I would check to see if there is some dependency missing in the dockerfile related to the libbluray. I know that library has created issues in building mythtv for x86 and raspberry pi.</div><div><br></div><div>Jim A</div><div><br></div><div><br></div><div> </div></div></div>