The new tutorial looks good!
Everything works, just some troubleshooting that happens to me:
- clicking on the console error on Android Studio generally worked, but it was not able to resolve the dependencies of the Android API 22. Opening the sdk manager and install the API 22 solved the problem.
-
Sometimes the physical android device is not visible anymore by android studio. In this case:
adb kill-server
adb start-server
I can add the last one to the Troubleshooting part of the wiki.