I was able to run on Android but since upgrading to the latest SDK (6.2.0.GA) I'm unable to run. I was getting an error telling me that my Android SDK is not updated and I should update to the latest. So I did. Now I'm getting a different error:
[ERROR] : Missing required Android SDK tools: zipalign, aapt, aidl, dx
[ERROR] :
[ERROR] : The Android SDK located at /Users/ophir/Library/Android/sdk-titanium has incomplete or out-of-date packages.
[ERROR] :
[ERROR] : Current installed Android SDK tools:
[ERROR] : Android SDK Tools: 25.2.5
[ERROR] : Android SDK Platform Tools: 26
[ERROR] : Android SDK Build Tools: not installed
I ran appc ti setup check
and it also yield the same errors about the missing items:
✕ android "android" executable not found; please reinstall Android SDK
✓ emulator installed /Users/ophir/Library/Android/sdk-titanium/tools/emulator
✓ mksdcard installed /Users/ophir/Library/Android/sdk-titanium/tools/mksdcard
✕ zipalign "zipalign" executable not found; please reinstall Android SDK
✕ aapt "aapt" executable not found; please reinstall Android SDK
✕ aidl "aidl" executable not found; please reinstall Android SDK
I'm running on MAC OS X. How do I fix that?