Appcelerator was working fine on my Windows 10 PC a few days ago. Today when I try to build my app I get error messages. Suddenly Appcelerator can't find the Android SDK on my machine.
I know the SDKs are there, I'm not sure why it can't find them.
I have tried reinstalling Appcelerator Studio, Appcelerator CLI, Node, Java, and the Android SDK's all to no avail.


cmd /C "set DEBUG=* && ti setup check -l trace"Also runcmd /C "set DEBUG=* && ti info -t android -l trace". Did you change NodeJS versions or install new Android API levels just before it stopped working? - Fokke Zandbergennode_appclib is not handling well here: github.com/appcelerator/node-appc/blob/master/lib/jdk.js#L230. Could you openC:\Users\jlaw\AppData\Roaming\npm\node_modules\titanium\node_modules\node-appc\lib\jdk.jsand after line 288 addconsole.log(JSON.stringify(jdks))? - Fokke Zandbergen