简体   繁体   English

由于android studio和adb.exe的更新,我无法运行我的程序

[英]I am not able to run my program due to update of android studio and adb.exe

Cannot run program "C:\\Users\\Dell\\AppData\\Local\\Android\\Sdk\\.temp\\PackageOperation01\\adb.exe": CreateProcess error=2, 无法运行程序"C:\\Users\\Dell\\AppData\\Local\\Android\\Sdk\\.temp\\PackageOperation01\\adb.exe": CreateProcess error=2,

The system cannot find the file specified This error is showing when I start the update and I can't run the program too? 系统找不到指定的文件当我开始更新并且我也无法运行该程序时,显示此错误?

If you want to run the app you can try this. 如果您想运行该应用程序,可以尝试一下。

Open command window 打开命令窗口

cd C:\Users\Dell\AppData\Local\Android\Sdk.temp\PackageOperation01

Click enter Type adb nodaemon server Click enter Let me know if it works 单击Enter,键入adb nodaemon服务器。单击enter,让我知道它是否有效

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

相关问题 java.io.IOException:无法运行程序adb.exe CreateProcess error = 5,拒绝访问 - java.io.IOException: Cannot run program adb.exe CreateProcess error=5, Access is denied 未找到DDMS文件Android \\ platform-tools \\ adb.exe - DDMS Files Not Found Android\platform-tools\adb.exe Adb.exe(Android调试桥)无法安装.apk - Adb.exe (Android Debug Bridge) Can't Install .apk 从Java程序以编程方式安装Android应用(Runtime.getRunTime()。exec(adb.exe安装app_package_name) - Programmatically install Android app from java program (Runtime.getRunTime().exec(adb.exe install app_package_name) Appium找不到“ adb.exe” - Appium could not find 'adb.exe' 我无法在 android studio 上运行我的项目。 每当我尝试下载模拟器时,它都会显示以下错误 - I am not able to run my project on android studio. It is showing the following error whenever I try to download emulator 如何使用adb.exe shell命令执行android应用程序时发送参数 - howto send a parameter when executing a android app with adb.exe shell command 我可以编译Java程序,但不能运行Java程序 - I am able to compile the java program but not able to run a java program 当我尝试在Android Studio上运行我的Android程序时出现NullPointerException - NullPointerException when I try to run my Android Program on Android Studio 我无法在Android Studio中举报消息 - I am not able to toast messages in Android Studio
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM