目录
Intel HAXM is required to run this AVD.HAXM is not installed.报错解决方法
The emulator process for AVD Pixel_2_API_31 has terminated报错
android studio运行时出现AVD xxx is already running报错
Android Gradle plugin requires Java 11报错
Android Studio安装与配置
0.更详细的安装到运行使用介绍:Android Studio最详细安装及使用教程 - 知乎 (zhihu.com)
1.参考链接: Android studio安装教程_一纸梦的博客-CSDN博客_android studio安装
2.配置细节(老师要求版本)
如果没有对应版本,回到上一步的设置里重新下载即可。
安装配置报错合集
Intel HAXM is required to run this AVD.HAXM is not installed.报错解决方法
使用管理员权限关闭、开启Hyper-V虚拟化
The emulator process for AVD Pixel_2_API_31 has terminated报错
解决方法:
android studio运行时出现AVD xxx is already running报错
(其实是个简单的低级错误啦)
如果玩着玩着发现模拟器不见了,出现以下报错
点击以下即可(因为前面用了网上说的用的比较多的例子发现没效果)
左边导航栏一直在加载问题
可能是因为项目配置一直在加载罢。看右下角让它下载/加载完就好了
Android Gradle plugin requires Java 11报错
解决方法
选择对应版本即可。
如果没有,下载对应版本的openjdk:Archived OpenJDK GA Releases (java.net)
参考链接:【AS】Error:Android Gradle plugin requires Java 11-阿里云开发者社区 (aliyun.com)
其他bug
Android Studio 使用教程_fightingHawk2001的博客-CSDN博客_androidstudio使用教程
关于我安装个软件把网上的坑全踩了一遍这件事……
请大家欣赏一下经历了重重磨难后调试好的界面。
Android Studio导入项目
导入时报错:Caused by: org.gradle.api.internal.plugins.PluginApplicationException: Failed to apply plugin [id 'com.android.internal.application']
Caused by: org.gradle.api.tasks.StopExecutionException: Your project path contains non-ASCII characters. This will most likely cause the build to fail on Windows. Please move your project to a different directory. See http://b.android.com/95744 for details. This warning can be disabled by adding the line 'android.overridePathCheck=true' to gradle.properties file in the project directory.
解决方法:在项目中的gradle.properties添加一句话
android.overridePathCheck=true