98.311 auto includes android.R
The previous EAP versions didn't auto-import android.R when developing an android app.
When it's automatically imported, it's pulling in the default R, which ignores the one that's needed. Is there a way to turn off auto-generating the import?
I suspect most android developers are going to get tired of deleting the import...
<after actually looking>
Heh, ok, just noticed in the settings under Editor->Auto Import that I can exclude android.R.
Please sign in to leave a comment.