I just recompiled the Ti SDK to include a minor change I did to enable remote debugging on Android webviews by setting webContentsDebuggingEnabled to true. The SDK was recompiled with success and I selected it with ti sdk select and changed the version number in my tiapp.xml file accordingly.
However, when I try to deploy it to my Android device, the process fails when packaging the app and I get a long list of errors just like this:
/var/folders/28/k3plvwm5271gncb1dctkd_zr928ftg/T/1141017-45022-qwfxjm/res/values-v21/themes_base.xml:191: error: Error: No resource found that matches the given name: attr {attribute name here}Full error log here: https://gist.github.com/beoliveira/9b845450052daf268cdc
I didn't change anything related to resources, but somehow it seems like it can't find the resources listed in the xml files...
Does anyone know what's wrong with it?