Android studio 3.0.1 does not recognize external physical (cellular) device for testing

1

In the new android studio in its version 3.0.1 I can not install the .kt file to run it on an external cellular device.

I made all the settings in the phone (I set developer mode and enable debug mode by USB). Try modifying the file of manifest , it did not work. I tried modifying the file gradle did not work either.

The computer does recognize it but the environment does not show it to me as an option to upload the file to it and try it on my phone. I do not know if it will be because of the kotlin programming language I am beginning to develop in this language.

    
asked by Antonio Aquino 16.01.2018 в 04:06
source

1 answer

-1

First, make sure you enable the developer mode correctly:

how to make android studio recognize android device on mac

It is important that you have debug mode by USB and this screen is shown that allows debugging on your pc with the device:

If the above is correct you must ensure that minSdkVersion that you have defined in your build.gradle or your AndroidManifest.xml this should be greater than or equal to your device

    
answered by 16.01.2018 в 22:04