Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Studio recognizes physical Device as Null?

I've been developing an Android Application for Android (SDK min version 14) and I have testing it normally with tablets such as Samsung Galaxy 2 and Nexus 7. However when I tried to run the application (by clicking run in AndroidStudio), AS does not recognise the tablet information, which is shown in the picture below.

Device is Null

The interesting thing is that as shown in the picture above, AS is also detecting the device sdk as API 1 when it's Android version is 4.2.2 The tablet is already set to accept "USB debugging" in the developer options, I'have tried rebooting the tablet, and restarting AS, but still I get the same problem(everything is fine with nexus 7 and Samsung Galaxy 2).

The tablet/device I'm working on is a "VeryKool" T742

Environment information:  OS: ubuntu  AndroidStudio version: 0.8.6   Tablet Android version:4.2.2  Tablet Kernel version: 3.4.5  App min SDK: 14 
like image 748
Jorch914 Avatar asked Sep 01 '14 23:09

Jorch914


People also ask

Why is it showing no device in Android Studio?

If your device is not correctly detected in RAD Studio or in the system Device Manager, check the following: Ensure that your Android device is unlocked and not sleeping while connected via USB. Set the appropriate option in Settings or Developer Options. Make sure your Android device is enabled for USB debugging.

What device is null?

In some operating systems, the null device is a device file that ignores anything written to it but returns that the write worked.

How do I fix an adb connection error?

In tools menu,Android-> untick enable adb Integration and Then OPEN widows task manager n manually end process adb.exe This also solved my issue as der were multiple adb.exe running. Show activity on this post. Restart the computer. Now, disconnect the device, connect it, Make sure USB debugging Option is enabled.


1 Answers

Ok So I finally found the problem, apparently on this device you have to set to connect as camera(even after usb debugging is already enabled)

enter image description here

Also this link describes the setting up process

like image 103
Jorch914 Avatar answered Oct 03 '22 14:10

Jorch914