Why is my android SDK not working?

I’ve been trying to build out to android and as soon as i figure out one problem another pops up…

This time, it says it can’t find the installed platforms, but theyre THERE!

This is what the console is spitting out:

and this is what my android-sdk folder looks like:

Can anyone tell me what I’m doing wrong?

The first thing I notice is that you’re using mixed path separators in your SDK installation path: C:/Android ools
Not certain that is the problem, but it’s certainly not a good idea.

Have you tried carefully following the instructions at Unity - Manual: Android environment setup ?