In Robolectric, how do I get around DrawerLayout must be measured with MeasureSpec.EXACTLY error?

前端 未结 3 1347
既然无缘
既然无缘 2020-12-30 02:46

I\'m trying to add a DrawerLayout to my application for navigation, and I\'m testing my application with Robolectric (I\'ve seen this problem both with Robolectric 2.1.1 and

3条回答
  •  一向
    一向 (楼主)
    2020-12-30 03:30

    Just run your program on your android device. It runs perfectly. Just some problem in Eclipse i guess.

提交回复
热议问题