Could Not Call Incrementaltask.taskaction() On Task ':myapp:processdebugresources'
Not exactly sure how this happened. Running latest Android Studio version (0.3.6). Have the right Gradle version in properties sheet (1.8). One thing I'm noticing but I don't under
Solution 1:
Found the solution. Turns out I was referencing a string in a XML menu file. I had deleted the string when working on my strings.xml thinking I didn't need it. Added the string backup to the strings.xml file and all is good with the world!
Thanks to Scott Barta for pointing me in the right direction to the aapt crash thread. One of the comments in there lead me to the answer.
Post a Comment for "Could Not Call Incrementaltask.taskaction() On Task ':myapp:processdebugresources'"