Android studio2.3.3 模拟器打开后,能打开,但新建的app项目没有,怎么办?
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Android studio2.3.3 模拟器打开后,能打开,但新建的app项目没有,怎么办?相关的知识,希望对你有一定的参考价值。
参考技术A 运行时会自动启动APP的,如果没有那么检查是否编译没有通过,或者在运行时androidStudio没有连接到你启动的虚拟机。追问请问,怎么检查?
我的app在手机里能打开
Android Studio启动模拟器
创建模拟器时出现vt x is disabled in bios
出现错误提示:“Intel HAXM is required to run this AVD,VT-x is disabled in BIOS”.下面是解决方式:
1)在file-project structure..打开新窗口,找到SDK location:
打开对应目录,打开SDK Manager.exe
安装Intel x86 Emulator Accelerator (HAXM installer):
在之前的SDK目录下:找到intelhaxm-android.exe这个文件安装定并运行
在安装的过程中,你可能会遇到这样的错误提示:”Intel virtualization technology (vt,vt-x) is not enabled”,不用担心,这时你只需要进入BIOS界面(联想t450-重启按F12-Tab-选择Setup,进入BIOS),选择Security选项卡,选择其下的virtualization,进入后将Intel (R) virtualization Technology项置为Enable,按F10保存退出
再安装intelhaxm-android.exe
重新启动Android Studio,然后再次启动AVD即可。
http://stackoverflow.com/questions/26355645/error-in-launching-avd-with-amd-processor
以上是关于Android studio2.3.3 模拟器打开后,能打开,但新建的app项目没有,怎么办?的主要内容,如果未能解决你的问题,请参考以下文章