See the tutorial here. Here we collect some of the issues.
- The sonatype snapshort repo is missing in build.gradle under "allprojects":
maven { url "https://oss.sonatype.org/content/repositories/snapshots" }
- the emulator does not seem to work
- Under linux I get
com.android.ddmlib.AdbCommandRejectedException: insufficient permissions for device: user in plugdev group; are your udev rules wrong?
See [http://developer.android.com/tools/device.html] for more information
Error while Installing APK