Has an yone worked with automated tests in Camera app?
7 views
Skip to first unread message
Ann
unread,
Jan 27, 2011, 3:52:22 PM1/27/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Robotium Developers
Hi,
I have this in manifest <supports-screens android:anyDensity="true" />
Resource folder is copied from application and still both of these
returns null
View v = mActivity.findViewById(R.id.toggle_button); //v is null
v = mActivity.findViewById(R.id.shutter_button); // v is null