#
DraftAndroidSetup
Download the latest Android Studio from https://developer.android.com/studio/#downloads
Or use winget: winget install Google.AndroidStudio
Open Android Studio and proceed through the Setup Wizard using Standard setup type.
Once Android Studio is setup, click More Actions > SDK Manager.
As Clickteam Fusion has issues retrieving your AppData folder, change the Android SDK Location to an easy to access location, and ensure this location lacks spaces.
Select API 36.0 then click Apply, this is required because as of Clickteam Fusion 296.9, APIs 35 and lower no longer work, at least on my machine.
Open Clickteam Fusion and nagivate to Tools > Preferences > General and set the Exporters to Android.
Set the JDK directory to C:\Program Files\Android\Android Studio\jbr
Set the Android SDK directory to your new Android SDK Location, as set earlier.
And you're done! Go ahead and build your Android project to your heart's content.