I just getting started with Robotium, writing my first test and I\'m getting this weird error:
junit.framework.AssertionFailedError: 2131165500 EditTexts are not
Fixed.
The problem was that I thought solo.getEditText(int) took a View id as parameter. Instead it took the view's index.
solo.getEditText(int)
View