在Android Studio 4.0中的Emulator:处理完成,退出代码为-1073741515(0xC0000135)

时间:2020-06-15 16:56:09

标签: android android-studio android-emulator

<?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout 
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".MainActivity">

<TextView
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:text="Hello World!"
    app:layout_constraintBottom_toBottomOf="parent"
    app:layout_constraintLeft_toLeftOf="parent"
    app:layout_constraintRight_toRightOf="parent"
    app:layout_constraintTop_toTopOf="parent" />

</androidx.constraintlayout.widget.ConstraintLayout>

这是默认的activity_main.xml

我是android编程的新手,但我无法解决此错误。当我点击运行“应用”时,它给我这个错误

仿真器:进程完成,退出代码为-1073741515(0xC0000135)

我也在avd manager的发布中尝试做同样的事情

AVD Pixel_2_API_30的仿真器进程被杀死

错误。我查看了找到的所有内容,但找不到有关此退出代码-1073741515(0xC0000135)

的任何信息

这些是错误以及我的sdk工具和平台。

error1

error2

sdkPlatforms

sdkTools

我尝试了很多类似的事情

  • 检查虚拟技术是否已启用将虚拟设备的大小从513增加到768 MB Go

  • 'C:\ Users \ Buse \ AppData \ Local \ android-sdk \ extras \ intel \ Hardware_Accelerated_Execution_Manager' 运行“ intelhaxm-android”,它只是向我显示了删除选项。我也
    将名称更改为android-sdk,因为我在某个地方看到了它

  • 我将PC语言从土耳其语更改为英语,但我的用户文件 反正这个名字是正确的

  • 我卸载并安装了很多次

  • 最后一个我找不到我的 hyper-v文件 电脑。这可能是原因吗?

如果您对我的问题有任何不了解的地方,请问我

0 个答案:

没有答案