I want to enter text in a text field, so if I will use index then my code goes:
solo.enterText(0, "text");
But I want to use id instead of index. I have the source code but I have not added it to test project,using APK to test. I can get ids from source code.
How can I use id instead of index?