[android-developers] Re: Wired crash with ActivityUnitTestCase and dimens.xml

2010-05-11 Thread T-Droid
No comments? What I did not mentioned is that there is another file called styles.xml which combines the values together: @dimen/my_height I'm not really sure if it is a misunderstanding style and themes. The InstrumentationTestCases works fine.

[android-developers] Re: Wired crash with ActivityUnitTestCase and dimens.xml

2010-05-18 Thread T-Droid
Ok, here is my observation. On device with Android 1.5 the program is crashing. With 1.6 the program works fine. I removed the attrs.xml and using the dimension elements directly. The crash was gone for 1.5 devices. On May 11, 10:13 am, T-Droid wrote: > No comments? > > What I did not mentione