I am attempting to build my Titanium App for Android but it continuously complains about
[ERROR] Unable to find Android SDK API 23
[ERROR] Android SDK API 23 is required to build Android apps
Making sure that I have the Android API Level 23 (Marshmallow) installed:
Titanium still continues to output the above error. This happens when attempting to build an .apk and when attempting to run a debug build on my android device. Attempting to run a debug build on an emulator results in it complaining that no emulators were found even though emulators exist and are currently running.
Here is a full output from the build command:
Here is the output from a Titanium Environment Check:
I have installed compatible versions of tools and platform-tools but the environment check seems to only relay information about the latest installed version.
What am I missing?
Any help is appreciated.