Android Studio, No, minSdk(API 14) > deviceSdk(API 1), moto G, Ubuntu 15.04

前端 未结 4 514
南旧
南旧 2021-01-07 11:46

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.

Wh

4条回答
  •  花落未央
    2021-01-07 12:14

    i already found the solution to this. in order to solve this one, is go to Gradle > Build.gradle(module:app) > and then change the minSdkVersion that is compatible with your phone. Hope this help! :)

提交回复
热议问题