所以当我运行程序时,模拟器崩溃并输出这些错误
[ERR] Error 1 retrieving device properties for sdk gphone64 x86 64:
[ERR] adb.exe: device 'emulator-5554' not found
[ERR] The Android emulator exited with code -1073741819 after startup
[ERR] Android emulator stderr:
[ERR] WARNING | Please update the emulator to one that supports the feature(s): SupportPixelFold
[ERR] WARN: Renderer11.cpp:889 (initializeD3DDevice): Failed creating Debug D3D11 device - falling back to release runtime.
[ERR] WARN: Renderer11.cpp:889 (initializeD3DDevice): Failed creating Debug D3D11 device - falling back to release runtime.
[ERR] WARNING | *** No gRPC protection active, consider launching with the -grpc-use-jwt flag.***
[ERR] Address these issues and try again.
我尝试更新模拟器,尝试删除应用程序然后运行它,但它不起作用
我对
SupportPixelFold
消息也有完全相同的问题。
感谢这个答案我已经解决了。
总而言之,我必须在 Android Studio 设置中更新 Android Emulator SDK。请参阅下图了解更多详细信息。
希望对您有帮助!