-
Notifications
You must be signed in to change notification settings - Fork 29
Enabling Unknown Sources on Android Auto
⚠️ Warning: This procedure is intended for developers and advanced users. Installing applications from unverified sources may pose security risks to your device. Proceed at your own risk.
Before you begin, make sure you have:
- An Android device running Android 6.0 (Marshmallow) or higher
- The Android Auto app installed and updated to the latest version
- The
.apkfile of the application you want to sideload - (Optional) A USB cable or wireless connection to pair with your vehicle's head unit
By default, Android Auto only allows apps that have been reviewed and approved by Google to run on the platform. Developer Mode unlocks additional settings — including the ability to install and test apps from unknown sources — that are hidden from regular users.
This is particularly useful for:
- Testing apps before they are published on the Play Store
- Using third-party or custom-built Android Auto apps
- Debugging and development workflows
- Open the Android Auto app on your phone.
- Tap the hamburger menu (☰) in the top-left corner, then go to Settings.
- Scroll down until you see the Version entry (e.g., "Version 11.x.xxxxxx").
- Tap on the version number 10 times in quick succession.
- A dialog will appear asking if you want to enable Developer Settings. Tap OK.
- A new Developer settings option will now appear in the Settings menu.
💡 Tip: If nothing happens after tapping, make sure you are tapping quickly enough. The counter resets if you pause too long.
Once Developer Mode is active:
- Go back to Settings in the Android Auto app.
- Tap Developer settings.
- Enable the toggle "Unknown sources" (sometimes labeled "Allow unknown apps" depending on your version).
Additionally, you may need to allow unknown sources at the Android system level:
- Open your device's Settings app.
- Navigate to Apps → tap the ⋮ menu (top-right) → Special app access.
- Tap Install unknown apps.
- Find the app you will use to install the
.apk(e.g., Files, Chrome, or a file manager). - Enable "Allow from this source" for that app.
ℹ️ On Android 8.0 (Oreo) and later, permission to install unknown apps is granted per-app rather than globally.
With unknown sources enabled, you can now sideload an .apk:
- Transfer the
.apkfile to your device (via USB, cloud storage, or direct download). - Open a file manager and navigate to the
.apkfile. - Tap the file and confirm the installation when prompted.
- Once installed, the app should appear in Android Auto on your next connection.
⚠️ If the app does not appear in Android Auto, make sure it was built with Android Auto support and that your Android Auto version is compatible.
It is strongly recommended to disable unknown sources after you have finished installing the app, to keep your device secure.
In Android Auto:
- Go to Settings → Developer settings.
- Toggle off "Unknown sources".
At the system level:
- Go to Settings → Apps → Special app access → Install unknown apps.
- Disable "Allow from this source" for each app you previously enabled.
Q: My device doesn't show "Developer settings" after tapping the version.
A: Make sure you tap the version number quickly, without long pauses. Also verify you are on a supported version of Android Auto (v4.0 or later is recommended).
Q: The sideloaded app doesn't appear in Android Auto.
A: The app must explicitly declare Android Auto support in its manifest. Not all APKs are compatible with Android Auto even if installed correctly.
Q: Is this process reversible?
A: Yes. You can disable Developer Mode by clearing the Android Auto app data (Settings → Apps → Android Auto → Storage → Clear Data), which resets all developer options.
Q: Will this void my vehicle's warranty?
A: Enabling Developer Mode on your phone does not affect your vehicle. However, always check your head unit manufacturer's documentation before installing unofficial apps.
Q: Does this work on Android Auto Wireless?
A: Yes, sideloaded apps compatible with Android Auto will work over both USB and Wireless connections, as long as they are properly installed on the phone.
- [Android Auto Help Center](https://support.google.com/androidauto/?hl=en) — Official Google support page for Android Auto
- [Android for Cars – Developer Documentation](https://developer.android.com/training/cars) — Official Android developer guide for building and testing car apps
- [Android Debug Bridge (adb)](https://developer.android.com/tools/adb) — Official reference for ADB commands, including
adb install - [Get started with Android Auto](https://support.google.com/androidauto/answer/6348019?hl=en) — Official setup guide from Google Support
Last updated: May 2026