Update: Tried pointing Fusion to the JRE folder that's with Android Studio, got this error log instead:
Starting a Gradle Daemon, 1 incompatible and 1 stopped Daemons could not be reused, use --status for details
> Configure project :
it is windows 10
> Configure project :app
WARNING: The option setting 'android.overridePathCheck=true' is experimental and unsupported.
The current default is 'false'.
File C:\Users\joshu\.android\repositories.cfg could not be loaded.
Checking the license for package Android SDK Build-Tools 28.0.3 in C:\Users\joshu\AppData\Local\Android\Sdk\licenses
License for package Android SDK Build-Tools 28.0.3 accepted.
Preparing "Install Android SDK Build-Tools 28.0.3 (revision: 28.0.3)".
"Install Android SDK Build-Tools 28.0.3 (revision: 28.0.3)" ready.
Installing Android SDK Build-Tools 28.0.3 in C:\Users\joshu\AppData\Local\Android\Sdk\build-tools\28.0.3
"Install Android SDK Build-Tools 28.0.3 (revision: 28.0.3)" complete.
"Install Android SDK Build-Tools 28.0.3 (revision: 28.0.3)" finished.
> Task :app:preBuild UP-TO-DATE
> Task :app:preDebugBuild UP-TO-DATE
> Task :app:compileDebugAidl NO-SOURCE
> Task :app:compileDebugRenderscript NO-SOURCE
> Task :app:checkDebugManifest
> Task :app:generateDebugBuildConfig
> Task :app:mainApkListPersistenceDebug
> Task :app:generateDebugResValues
> Task :app:generateDebugResources
> Task :app:createDebugCompatibleScreenManifests
> Task :app:processDebugManifest
> Task :app:mergeDebugShaders
> Task :app:compileDebugShaders
> Task :app:generateDebugAssets
> Task :app:mergeDebugAssets
> Task :app:processDebugJavaRes NO-SOURCE
> Task :app:checkDebugDuplicateClasses
> Task :app:javaPreCompileDebug
> Task :app:validateSigningDebug
> Task :app:signingConfigWriterDebug
> Task :app:mergeDebugJniLibFolders
> Task :app:mergeExtDexDebug
> Task :app:mergeDebugResources
> Task :app:processDebugResources FAILED
> Task :app:mergeDebugNativeLibs
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':app:processDebugResources'.
> A failure occurred while executing com.android.build.gradle.internal.tasks.Workers$ActionFacade
> Android resource linking failed
C:\Users\joshu\.gradle\caches\transforms-2\files-2.1\66f12a7200af14e0f85c231d9d9cbd07\appcompat-v7-27.1.1\res\values-v26\values-v26.xml:5:5-8:13: AAPT: error: resource android:attr/colorError not found.
C:\Users\joshu\.gradle\caches\transforms-2\files-2.1\66f12a7200af14e0f85c231d9d9cbd07\appcompat-v7-27.1.1\res\values-v26\values-v26.xml:9:5-12:13: AAPT: error: resource android:attr/colorError not found.
C:\Users\joshu\.gradle\caches\transforms-2\files-2.1\66f12a7200af14e0f85c231d9d9cbd07\appcompat-v7-27.1.1\res\values-v26\values-v26.xml:13:5-16:13: AAPT: error: style attribute 'android:attr/keyboardNavigationCluster' not found.
C:\Users\joshu\.gradle\caches\transforms-2\files-2.1\6931bc3fe5868b0ab5606c1192ce8d93\support-compat-27.1.1\res\values\values.xml:16:5-19:208: AAPT: error: resource android:attr/fontStyle not found.
C:\Users\joshu\.gradle\caches\transforms-2\files-2.1\6931bc3fe5868b0ab5606c1192ce8d93\support-compat-27.1.1\res\values\values.xml:16:5-19:208: AAPT: error: resource android:attr/font not found.
C:\Users\joshu\.gradle\caches\transforms-2\files-2.1\6931bc3fe5868b0ab5606c1192ce8d93\support-compat-27.1.1\res\values\values.xml:16:5-19:208: AAPT: error: resource android:attr/fontWeight not found.
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
* Get more help at Please login to see this link.
Deprecated Gradle features were used in this build, making it incompatible with Gradle 6.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See Please login to see this link.
BUILD FAILED in 49s
18 actionable tasks: 18 executed