Cleaning out the build
folder resolved the problem. Not sure why ART had an issue but Dalvik did not.
Running a gradle clean
task was not clearing out my build
folder all the way. I had to do it manually, but clean
may work for some people.
Cleaning out the build
folder resolved the problem. Not sure why ART had an issue but Dalvik did not.
Running a gradle clean
task was not clearing out my build
folder all the way. I had to do it manually, but clean
may work for some people.