Take a look at this code snippet.
I am getting an error with the last line, because I am passing an \'index\' instead of a resource. I thought it was a lint issue and tried
I had the same issue when trying to build a signed apk.
Solved it by adding @SuppressWarnings("ResourceType") to suppress the warning, now it works fine.