简体   繁体   English

如何使用android studio在Android设备上安装驱动程序?

[英]How do I install a driver on an android device using android studio?

I want to install a driver so I can use my phone's USB port to connect to a GPS. 我想安装一个驱动程序,以便我可以使用手机的USB端口连接到GPS。 I do not know how I have to install the drivers in the mobile. 我不知道如何在移动设备上安装驱动程序。 As USB connector I use a CP210x UART Bridge. 作为USB连接器,我使用CP210x UART桥接器。

Since Android Compatibility test includes a 'GPS', your phone should have a GPS and you would like to use the GPS included in your device, rather than hooking up an extra one. 由于Android兼容性测试包含“GPS”,因此您的手机应该配备GPS,并且您希望使用设备中包含的GPS,而不是连接额外的GPS。 Even if you use incompatible device that doesn't includes GPS, you cannot just simply 'install' the driver on your phone since the driver is embedded in the kernel on android. 即使您使用不兼容GPS的不兼容设备,也不能简单地在手机上“安装”驱动程序,因为驱动程序嵌入在android上的内核中。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM