Installer des pilotes USB OEM
Restez organisé à l'aide des collections
Enregistrez et classez les contenus selon vos préférences.
Si vous développez sous Windows et que vous souhaitez connecter un appareil à des fins de test, vous devez installer le pilote USB approprié. Cette page contient des liens vers les sites Web de plusieurs fabricants d'équipement d'origine (OEM), qui vous permettent de télécharger le pilote USB correspondant à votre appareil.
Si vous développez sous Mac OS X ou Linux, vous n'avez pas besoin de pilote USB.
Consultez Utiliser des appareils physiques.
Pour vous connecter à un appareil Google Nexus et le déboguer à l'aide de Windows, vous devez installer le pilote USB Google.
Installer un pilote USB
Commencez par rechercher le pilote correspondant à votre appareil dans le tableau Pilotes OEM ci-dessous.
Une fois votre pilote USB téléchargé, suivez les instructions ci-dessous, qui varient suivant votre version de Windows et selon que vous installez ce pilote pour la première fois ou que vous le mettez à jour. Consultez ensuite Utiliser des appareils physiques pour découvrir d'autres informations importantes sur l'utilisation d'un appareil Android à des fins de développement.
Attention : Vous pouvez apporter des modifications au fichier android_winusb.inf
se trouvant dans usb_driver\
(par exemple, pour prendre en charge d'autres appareils), mais cela entraînera des avertissements de sécurité lorsque vous installerez ou mettrez à jour le pilote. Toute autre modification apportée aux fichiers du pilote risque d'interrompre le processus d'installation.
Windows 10
Si vous installez le pilote USB Android sous Windows 10 pour la première fois :
- Connectez votre appareil Android au port USB de votre ordinateur.
- Dans l'Explorateur Windows, ouvrez Gestion de l'ordinateur.
- Dans le volet gauche Gestion de l'ordinateur, sélectionnez Gestionnaire d'appareils.
- Dans le volet Gestionnaire de périphériques, recherchez et développez le menu Appareils mobiles ou Autres appareils selon ce qui s'affiche.
- Effectuez un clic droit sur le nom de l'appareil que vous avez connecté, puis sélectionnez Mettre à jour le pilote.
- Dans l'Assistant de mise à jour du matériel, sélectionnez Browse my computer for driver software (Rechercher un pilote sur mon ordinateur), puis cliquez sur Next (Suivant).
- Cliquez sur Parcourir, puis localisez le dossier du pilote USB. Par exemple, le pilote USB Google se trouve dans
android_sdk\extras\google\usb_driver\
.
- Cliquez sur Suivant pour installer le pilote.
Windows 8.1
Si vous installez le pilote USB Android sous Windows 8.1 pour la première fois :
- Connectez votre appareil Android au port USB de votre ordinateur.
- Accédez à la recherche, comme suit :
Écran tactile : sur votre ordinateur, balayez l'écran depuis le bord droit, puis appuyez sur Rechercher.
À l'aide de la souris : pointez vers l'angle inférieur droit de l'écran, déplacez le pointeur de la souris vers le haut, puis cliquez sur Rechercher.
- Dans le champ de recherche, saisissez Gestionnaire de périphériques, puis cliquez dessus.
- Double-cliquez sur la catégorie d'appareils, puis sur l'appareil de votre choix.
- Cliquez sur l'onglet Driver (Pilote), puis sur Update Driver (Mettre à jour le pilote) et suivez les instructions.
Windows 7
Si vous installez le pilote USB Android sous Windows 7 pour la première fois :
- Connectez votre appareil Android au port USB de votre ordinateur.
- Effectuez un clic droit sur Ordinateur depuis le bureau ou l'Explorateur Windows, puis sélectionnez Gérer.
- Sélectionnez Appareils dans le volet de gauche.
- Localisez et développez la section Autre appareil dans le volet de droite.
- Effectuez un clic droit sur le nom de l'appareil (Nexus S, par exemple), puis sélectionnez Mettre à jour le pilote.
L'Assistant Mise à jour du matériel démarre.
- Sélectionnez Rechercher un pilote sur mon ordinateur, puis cliquez sur Suivant.
- Cliquez sur Parcourir, puis localisez le dossier du pilote USB. (Le pilote USB Google se trouve dans
android_sdk\extras\google\usb_driver\
.)
- Cliquez sur Suivant pour installer le pilote.
Ou, pour mettre à jour un pilote USB Android existant sous Windows 7 ou version ultérieure :
- Connectez votre appareil Android au port USB de votre ordinateur.
- Effectuez un clic droit sur Ordinateur depuis le bureau ou l'Explorateur Windows, puis sélectionnez Gérer.
- Sélectionnez Gestionnaire de périphériques dans le volet de gauche de la fenêtre "Gestion de l'ordinateur".
- Recherchez et développez Téléphone Android dans le volet de droite.
- Effectuez un clic droit sur Interface ADB composite Android et sélectionnez Mettre à jour le pilote.
L'Assistant Mise à jour du matériel démarre.
- Sélectionnez Installer à partir d'une liste ou d'un emplacement spécifié, puis cliquez sur Suivant.
- Sélectionnez Rechercher le meilleur pilote dans ces emplacements, décochez la case Rechercher dans les médias amovibles, puis cochez Inclure cet emplacement dans la recherche.
- Cliquez sur Parcourir, puis localisez le dossier du pilote USB. (Le pilote USB Google se trouve dans
android_sdk\extras\google\usb_driver\
.)
- Cliquez sur Suivant pour mettre à jour le pilote.
Obtenir des pilotes OEM
Si vous ne voyez pas ici de lien vers le site Web du fabricant de votre appareil, consultez la section "Support" de son site et recherchez le pilote USB à télécharger pour votre appareil.
Le contenu et les exemples de code de cette page sont soumis aux licences décrites dans la Licence de contenu. Java et OpenJDK sont des marques ou des marques déposées d'Oracle et/ou de ses sociétés affiliées.
Dernière mise à jour le 2025/07/27 (UTC).
[null,null,["Dernière mise à jour le 2025/07/27 (UTC)."],[],[],null,["# Install OEM USB drivers\n\nIf you are developing on Windows and want to connect a device for testing,\nthen you need to install the appropriate USB driver. This page\nprovides links to the web sites for several original equipment manufacturers (OEMs),\nwhere you can download the appropriate USB driver for your device.\n\nIf you're developing on Mac OS X or Linux, then you shouldn't need a USB driver.\nInstead read [Using Hardware Devices](/tools/device).\n\nTo connect and debug with any of the Google Nexus devices using Windows, you\nneed to [install the Google USB driver](/studio/run/win-usb).\n\nInstall a USB driver\n--------------------\n\nFirst, find the appropriate driver for your device from the [OEM drivers](#Drivers)\ntable below.\n\nOnce you've downloaded your USB driver, follow the instructions below to install or upgrade the\ndriver, based on your version of Windows and whether you're installing for the first time\nor upgrading an existing driver. Then see [Using Hardware Devices](/tools/device) for\nother important information about using an Android device for\ndevelopment.\n\n**Caution:**\nYou may make changes to `android_winusb.inf` file found inside\n`usb_driver\\` (for example, to add support for other devices),\nhowever, this will lead to security warnings when you install or upgrade the\ndriver. Making any other changes to the driver files may break the installation\nprocess.\n\n### Windows 10\n\n\nTo install the Android USB driver on Windows 10 for the first time, do the following:\n\n1. Connect your Android device to your computer's USB port.\n2. From Windows Explorer, open **Computer Management**.\n3. In the **Computer Management** left pane, select **Device Manager**.\n4. In the **Device Manager** right pane, locate and expand **Portable Devices** or **Other Devices**, depending on which one you see.\n5. Right-click the name of the device you connected, and then select **Update Driver\n Software**.\n6. In the **Hardware Update wizard** , select **Browse my computer for driver software** and click **Next**.\n7. Click **Browse** and then locate the USB driver folder. For example, the Google USB Driver is located in \u003cvar translate=\"no\"\u003eandroid_sdk\u003c/var\u003e`\\extras\\google\\usb_driver\\`.\n8. Click **Next** to install the driver.\n\n### Windows 8.1\n\n\nTo install the Android USB driver on Windows 8.1 for the first time, do the following:\n\n1. Connect your Android device to your computer's USB port.\n2. Access search, as follows: Touch screen: On your computer, swipe in from the right edge of the screen and tap\n **Search**.\n\n Using a mouse: Point to the lower-right corner of the screen, move the mouse pointer up,\n and then click **Search**.\n3. In the search box, type into and then click **Device Manager**.\n4. Double-click the device category, and then double-click the device you want.\n5. Click the **Driver** tab, click **Update Driver**, and follow the instructions.\n\n### Windows 7\n\nTo install the Android USB driver on Windows 7 for the first time, do the following:\n\n1. Connect your Android device to your computer's USB port.\n2. Right-click on **Computer** from your desktop or Windows Explorer, and select **Manage**.\n3. Select **Devices** in the left pane.\n4. Locate and expand **Other device** in the right pane.\n5. Right-click the device name (such as **Nexus S** ) and select **Update\n Driver Software**. This will launch the Hardware Update Wizard.\n6. Select **Browse my computer for driver software** and click **Next**.\n7. Click **Browse** and locate the USB driver folder. (The Google USB Driver is located in \u003cvar translate=\"no\"\u003eandroid_sdk\u003c/var\u003e`\\extras\\google\\usb_driver\\`.)\n8. Click **Next** to install the driver.\n\nOr, to *upgrade* an existing Android USB driver on Windows 7 and higher with the new\ndriver:\n\n1. Connect your Android device to your computer's USB port.\n2. Right-click on **Computer** from your desktop or Windows Explorer, and select **Manage**.\n3. Select **Device Manager** in the left pane of the Computer Management window.\n4. Locate and expand **Android Phone** in the right pane.\n5. Right-click on **Android Composite ADB Interface** and select **Update\n Driver**. This will launch the Hardware Update Wizard.\n6. Select **Install from a list or specific location** and click **Next**.\n7. Select **Search for the best driver in these locations** ; uncheck **Search removable media** ; and check **Include this location in the\n search**.\n8. Click **Browse** and locate the USB driver folder. (The Google USB Driver is located in \u003cvar translate=\"no\"\u003eandroid_sdk\u003c/var\u003e`\\extras\\google\\usb_driver\\`.)\n9. Click **Next** to upgrade the driver.\n\nGet OEM drivers\n---------------\n\n| OEM | Driver URL |\n|----------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| Acer | \u003chttps://www.acer.com/worldwide/support/\u003e |\n| Alcatel Mobile | \u003chttps://www.alcatelmobile.com/support/\u003e |\n| Asus | \u003chttps://www.asus.com/support/Download-Center/\u003e |\n| Blackberry | \u003chttps://swdownloads.blackberry.com/Downloads/entry.do?code=4EE0932F46276313B51570F46266A608\u003e |\n| Dell | [https://support.dell.com/support/downloads/index.aspx?c=us\\&cs=19\\&l=en\\&s=dhs\\&\\~ck=anavml](https://support.dell.com/support/downloads/index.aspx?c=us&cs=19&l=en&s=dhs&~ck=anavml) |\n| FCNT | \u003chttps://www.fcnt.com/support/develop/#anc-03\u003e |\n| HTC | \u003chttps://www.htc.com/support\u003e |\n| Huawei | \u003chttps://consumer.huawei.com/en/support/index.htm\u003e |\n| Intel | \u003chttps://www.intel.com/software/android\u003e |\n| Kyocera | \u003chttps://kyoceramobile.com/support/drivers/\u003e |\n| Lenovo | \u003chttps://support.lenovo.com/us/en/GlobalProductSelector\u003e |\n| LGE | \u003chttps://www.lg.com/us/support/software-firmware\u003e |\n| Motorola | [https://motorola-global-portal.custhelp.com/app/answers/detail/a_id/88481/](https://motorola-global-portal.custhelp.com/app/answers/detail/a_id/88481) |\n| MTK | \u003chttp://online.mediatek.com/Public%20Documents/MTK_Android_USB_Driver.zip\u003e (ZIP download) |\n| Samsung | \u003chttps://developer.samsung.com/galaxy/others/android-usb-driver-for-windows\u003e |\n| Sharp | \u003chttp://k-tai.sharp.co.jp/support/\u003e |\n| Sony Mobile Communications | \u003chttps://developer.sonymobile.com/downloads/drivers/\u003e |\n| Toshiba | \u003chttps://support.toshiba.com/sscontent?docId=4001814\u003e |\n| Xiaomi | [https://web.vip.miui.com/page/info/mio/mio/detail?postId=18464849\\&app_version=dev.20051](https://web.vip.miui.com/page/info/mio/mio/detail?postId=18464849&app_version=dev.20051) |\n| ZTE | \u003chttp://support.zte.com.cn/support/news/NewsDetail.aspx?newsId=1000442\u003e |\n\nIf you don't see a link for the manufacturer of your device here, go to the support section of\nthe manufacturer's website and search for USB driver downloads for your device."]]