简体   繁体   English

Linux上的Android三星Galaxy s5

[英]Android Samsung Galaxy s5 on linux

I am trying to develop android apps from Linux but I can't seem to find drivers for my galaxy s5 for Linux. 我正在尝试从Linux开发Android应用程序,但我似乎无法为我的galaxy s5 for Linux找到驱动程序。

Is there a work around or has anybody managed to get those drivers? 是否有工作或有任何人设法获得这些司机?

Thanks 谢谢

Check this Post http://developer.android.com/tools/device.html 查看此帖子http://developer.android.com/tools/device.html

You need to create file at /etc/udev/rules.d/51-android.rules with below content 你需要在/etc/udev/rules.d/51-android.rules用以下内容创建文件

SUBSYSTEM=="usb", ATTR{idVendor}=="04e8", MODE="0666", GROUP="plugdev" 

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

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