Android Studio, No, minSdk(API 14) > deviceSdk(API 1), moto G, Ubuntu 15.04
I just installed Android Studio (v1.4) on Ubuntu 15.04 (64) and am unable to connect to my Moto G (Android 5.0.2) to run the application I made from a tutorial. When asked to choose a device, I get the following choice for my device: TA9290IPXK [NULL] No, minSdk(API 14)>deviceSdk(API 1) TA9290IPXK I already enabled USB debugging on the device. when running 'adb devices' I get " ?????????????? no permission " and after killing and restarting the adv server it displays the proper serial ID but when going back to Android Studio it still does not work. Has anyone encountered this issue ? Can