You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.
I have a different path for AndroidSDK but I am unable to use that adb path in expo, whenever I try to open it on android by pressing a in cli it gives the following error:
Error: 'C:\Users\USER\AppData\Local\Android\Sdk\platform-tools\adb' is not recognized as an internal or external command,
operable program or batch file.
There should be a way to change the adb path to match wherever AndroidSDK is located for a user.
Hi @looney-toon! Expo uses the default ANDROID_HOME or ANDROID_SDK_ROOT environment variables. If you define these in your environment, we pick this up automatically (just as normal Android development tools would do).
Summary
I have a different path for AndroidSDK but I am unable to use that adb path in expo, whenever I try to open it on android by pressing
a
in cli it gives the following error:There should be a way to change the adb path to match wherever AndroidSDK is located for a user.
Environment
expo-env-info 1.0.5 environment info:
System:
OS: Windows 10 10.0.22621
Binaries:
Node: 20.9.0 - C:\Program Files (x86)\nodejs\node.EXE
npm: 10.2.1 - C:\Program Files (x86)\nodejs\npm.CMD
IDEs:
Android Studio: AI-223.8836.35.2231.10811636
npmPackages:
expo: ~49.0.15 => 49.0.16
react: 18.2.0 => 18.2.0
react-native: 0.72.6 => 0.72.6
Expo Workflow: managed
Please specify your device/emulator/simulator platform, model and version
Windows
Error output
No response
Reproducible demo or steps to reproduce from a blank project
expo start
The text was updated successfully, but these errors were encountered: