When inflating a layout in a Fragment, with the LayoutInflater, i am getting this exception:
./res/layout/locations_list.xml line #-1 (sorry, not yet implem
In my case I got this problem when I had this in my app:
com.google.android
support-v4
r13
but this in my unittest project:
com.google.android
support-v4
r7
The older version of the support library I used in the tests didn't contain the class I was trying to use (android.support.v4.widget.DrawerLayout).