admin 管理员组文章数量: 887021
2024年1月6日发(作者:织梦怎样实现模板替换)
Android studio安装配置常见问题及其解决方案
Android studio 是目前android公司主推的一款开发工具,相比较以前eclipse,它自己内部就集成了SDK等,方便开发。这几天杰瑞教育学员也尝试从官网下载了一个android studio进行开发,但是在安装以及配置过程中遇到了几个问题,接下来与大家分享一下:
方法/步骤
1. 问题一
在安装的时候最好是按照它原来的路径安装,不要修改路径。我修改了路径后出现了一些问题,没有解决。
所以提醒大家,在安装的时候最好不要修改安装路径哦~
2. 问题二
'' seems to be not in Android Studio classpath.
Please ensure JAVA_HOME points to JDK rather than JRE.
在打开的过程中报出以上错误,tools包没有找到,解决方法是在设置环境变量中的JAVA HOME时需要注意,在最后需要以结尾。如图:
3. 问题三
一直停留在fetching Android sdk compoment information界面
4. 出现该界面是一直在获得android sdk的信息。
解决方法:
1)找到安装的Android Studio目录下的bin目录。找到ties文件,用文本编辑器打开。 2)在ties文件末尾添加一行:
=true ,然后保存文件。 3)关闭Android
Studio后重新启动,便可进入界面。
5.
问题四
Failed to fetch
URL /android/repository/,
reason: Connection timed out: connect
连接谷歌网络超时
解决方法:
打开SDK目录 安装时默认。地址打为开C:UsersAdministratorAppDataLocalAndroidsdk
SDKManager,选择Tools下的Options,将如图所示选项勾上。也就是others中第一个选项
6. 6
然后打开C:WINDOWSsystem32driversetc中的hosts文件,在最后一行添加如下内容:
203.208.46.146
74.125.113.121
203.208.46.146
203.208.46.146
我们在打开的过程中遇到了如上四个问题,解决之后就打开了android
studio界面,如果大家还有其他问题,也欢迎大家和我们进行交流。
8:01:10 Gradle sync started
8:01:39 Gradle sync failed: Unable to start the daemon process.
This problem might be caused by incorrect configuration of the daemon.
For example, an unrecognized jvm option is used.
Please refer to the user guide chapter on the daemon at
/docs/2.4/userguide/gradle_
Please read the following process output to find out more:
-----------------------
Error occurred during initialization of VM
Could not reserve enough space for object heap
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
Consult IDE log for more details (Help | Show Log)
8:01:56 Gradle sync started
8:01:57 Gradle sync failed: Unable to start the daemon process.
This problem might be caused by incorrect configuration of the daemon.
For example, an unrecognized jvm option is used.
Please refer to the user guide chapter on the daemon at
/docs/2.4/userguide/gradle_
Please read the following process output to find out more:
-----------------------
Error occurred during initialization of VM
Could not reserve enough space for object heap
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
Consult IDE log for more details (Help | Show Log)
8:06:22 EmptyThrowable: Failed to fetch URL
/android/repository/addons_, reason: connect timed out
8:10:00 EmptyThrowable: Failed to fetch URL
/android/repository/addons_, reason: connect timed out
经google发现,原来android studio是通过gradle对项目配置的,而系统中没有对android
studio 的默认配置,就像Eclipse中的文件。
解决方法:
在操作系统当前用户的.gradle文件夹下:C: 设置ties,若无就新增。
在文件中添加如下配置信息:
[plain] view plaincopy
1. s=-Xmx512m
版权声明:本文标题:Android studio安装配置常见问题及其解决方案 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.freenas.com.cn/free/1704484294h461786.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论