<div dir="ltr">Ok, so with a bit of trial and error on Android Studio for Windows I have got to the point it will build the Apk successfully.<br><div><br></div><div>In case it assists others here are the steps I took (not all may be necessary):</div><div><br></div><div>Under Tools | SDK Manager select Android Pie API level 28</div><div>Also check under Tools | SDK Manager | SDK Tools that Android SDK Build - Tools and Android SDK Platform - Tools are selected.</div><div><br></div><div>Under gradle scripts create a gradle.properties file with the following:</div><div><pre style="background-color:rgb(43,43,43);color:rgb(169,183,198);font-family:Consolas;font-size:9.8pt"><span style="color:rgb(204,120,50)">android.useAndroidX</span><span style="color:rgb(128,128,128)">=</span><span style="color:rgb(106,135,89)">true<br></span><span style="color:rgb(204,120,50)">android.enableJetifier</span><span style="color:rgb(128,128,128)">=</span><span style="color:rgb(106,135,89)">false</span></pre><pre style="font-size:9.8pt"><span style="background-color:rgb(255,255,255)"><font color="#000000" style="" face="arial, sans-serif">This step removed the AndroidX build dependency requirement error.</font></span></pre><pre style="font-size:9.8pt"><font style="background-color:rgb(255,255,255)" color="#000000" face="arial, sans-serif">However, doing so then creates build dependency errors on pre-AndroidX libraries.</font></pre><pre style="font-size:9.8pt"><font style="background-color:rgb(255,255,255)" color="#000000" face="arial, sans-serif">Under Settings | Required Plugins select Android APK Support and Android Support.</font></pre><pre style="font-size:9.8pt"><font style="background-color:rgb(255,255,255)" color="#000000" face="arial, sans-serif">The normal Build process should then complete without any errors.</font></pre><pre style="font-size:9.8pt"><font face="arial, sans-serif">regards</font></pre><pre style="font-size:9.8pt"><font face="arial, sans-serif">Derek</font></pre></div></div>