Android Studio 0.2.3
Build Tools 18.0.1
Gradle 0.5.x
When I put one of my custom views in a layout, the layout editor in Android Studio throws an exception, a android.content.res.Resources$NotFoundException.
The offending Java code line is just obtaining an existing resource from my project/module (I checked whether the resource is really there), but the preview of the XML rendering in Android Studio somehow can't find it.
(BTW: resources from android.R are found without problem)
Is this a known issue?