I'm looking for the currently mainstream Android UI Testing Framework & Android Studio.
The docs on the Android Developer site are for Eclipse, but I using Android Studio. I've looked Robolectric, the previously said default framework, the WebDriver thing, etc., but all look deprecated, or too complicated.
I have an almost complete project, so I cannot start from some based Github project. I tried to merge Deckard, wiliamsouza's bluetooth project (see), and so on, without any success.
What are the currently preferred UI Testing Framework for Android? Can you show me a step-by-step tutorial for it with Android Studio? I've been looking for it for days now.
Thanks!