热门标签 | HotTags
当前位置:  开发笔记 > Android > 正文

解决AndroidStudio安装后运行出错dosenot...和Internalerror...

这篇文章主要介绍了解决AndroidStudio安装后运行出错dosenot和Internalerror的相关资料,需要的朋友可以参考下

1、dose not point to a valid jvm installation出错问题

按照以下方法设置一定可以不会出现这个错误。

我的JDK安装路径如下:

C:\Program Files\Java\jdk1.8.0_51

鼠标右键点击属性---->高级系统属性设置---->高级---->环境变量---->在系统变量里新建--->

变量名:JAVA_HOME
变量值 : C:\Program Files\Java\jdk1.8.0_51\

2、错误如图:

解决方法:

来到Android Studio的安装路径下,我的是以下安装路径:

打开idea.properties这个文件

# Use ${idea.home.path} macro to specify location relative to IDE installation home. 
# Use ${xxx} where xxx is any Java property (including defined in previous lines of this file) to refer to its value. 
# Note for Windows users: please make sure you're using forward slashes (e.g. c:/idea/system). 
 
#--------------------------------------------------------------------- 
# Uncomment this option if you want to customize path to IDE config folder. Make sure you're using forward slashes. 
#--------------------------------------------------------------------- 
# idea.config.path=${user.home}/.AndroidStudio.2/config 
 
#--------------------------------------------------------------------- 
# Uncomment this option if you want to customize path to IDE system folder. Make sure you're using forward slashes. 
#--------------------------------------------------------------------- 
# idea.system.path=${user.home}/.AndroidStudio.2/system 
 
#--------------------------------------------------------------------- 
# Uncomment this option if you want to customize path to user installed plugins folder. Make sure you're using forward slashes. 
#--------------------------------------------------------------------- 
# idea.plugins.path=${idea.config.path}/plugins 
 
#--------------------------------------------------------------------- 
# Uncomment this option if you want to customize path to IDE logs folder. Make sure you're using forward slashes. 
#--------------------------------------------------------------------- 
# idea.log.path=${idea.system.path}/log 
 
#--------------------------------------------------------------------- 
# Maximum file size (kilobytes) IDE should provide code assistance for. 
# The larger file is the slower its editor works and higher overall system memory requirements are 
# if code assistance is enabled. Remove this property or set to very large number if you need 
# code assistance for any files available regardless their size. 
#--------------------------------------------------------------------- 
idea.max.intellisense.filesize=2500 
 
#--------------------------------------------------------------------- 
# This option controls console cyclic buffer: keeps the console output size not higher than the specified buffer size (Kb). 
# Older lines are deleted. In order to disable cycle buffer use idea.cycle.buffer.size=disabled 
#--------------------------------------------------------------------- 
idea.cycle.buffer.size=1024 
 
#--------------------------------------------------------------------- 
# Configure if a special launcher should be used when running processes from within IDE. 
# Using Launcher enables "soft exit" and "thread dump" features 
#--------------------------------------------------------------------- 
idea.no.launcher=false 
 
#--------------------------------------------------------------------- 
# To avoid too long classpath 
#--------------------------------------------------------------------- 
idea.dynamic.classpath=false 
 
#--------------------------------------------------------------------- 
# Uncomment this property to prevent IDE from throwing ProcessCanceledException when user activity 
# detected. This option is only useful for plugin developers, while debugging PSI related activities 
# performed in background error analysis thread. 
# DO NOT UNCOMMENT THIS UNLESS YOU'RE DEBUGGING IDE ITSELF. Significant slowdowns and lockups will happen otherwise. 
#--------------------------------------------------------------------- 
#idea.ProcessCanceledException=disabled 
 
#--------------------------------------------------------------------- 
# There are two possible values of idea.popup.weight property: "heavy" and "medium". 
# If you have WM configured as "Focus follows mouse with Auto Raise" then you have to 
# set this property to "medium". It prevents problems with popup menus on some 
# configurations. 
#--------------------------------------------------------------------- 
idea.popup.weight=heavy 
 
#--------------------------------------------------------------------- 
# Use default anti-aliasing in system, i.e. override value of "Settings|Editor|Appearance|Use anti-aliased font" 
# option. May be useful when using Windows Remote Desktop Connection for instance. 
#--------------------------------------------------------------------- 
idea.use.default.antialiasing.in.editor=false 
 
#--------------------------------------------------------------------- 
# Disabling this property may lead to visual glitches like blinking and fail to repaint 
# on certain display adapter cards. 
#--------------------------------------------------------------------- 
sun.java2d.noddraw=true 
 
#--------------------------------------------------------------------- 
# Removing this property may lead to editor performance degradation under Windows. 
#--------------------------------------------------------------------- 
sun.java2d.d3d=false 
 
#--------------------------------------------------------------------- 
# Workaround for slow scrolling in JDK6 
#--------------------------------------------------------------------- 
swing.bufferPerWindow=false 
 
#--------------------------------------------------------------------- 
# Removing this property may lead to editor performance degradation under X Window. 
#--------------------------------------------------------------------- 
sun.java2d.pmoffscreen=false 
 
#--------------------------------------------------------------------- 
# Workaround to avoid long hangs while accessing clipboard under Mac OS X. 
#--------------------------------------------------------------------- 
#ide.mac.useNativeClipboard=True 
 
#--------------------------------------------------------------------- 
# Maximum size (kilobytes) IDEA will load for showing past file contents - 
# in Show Diff or when calculating Digest Diff 
#--------------------------------------------------------------------- 
#idea.max.vcs.loaded.size.kb=20480 
 
#--------------------------------------------------------------------- 
# IDEA file chooser peeks inside directories to detect whether they contain a valid project 
# (to mark such directories with a corresponding icon). 
# Uncommenting the option prevents this behavior outside of user home directory. 
#--------------------------------------------------------------------- 
#idea.chooser.lookup.for.project.dirs=false 
 
#--------------------------------------------------------------------- 
# IDEA can copy library .jar files to prevent their locking. 
# By default this behavior is enabled on Windows and disabled on other platforms. 
# Uncomment this property to override. 
#--------------------------------------------------------------------- 
# idea.jars.nocopy=false 
 
#--------------------------------------------------------------------- 
# The VM option value to be used to start a JVM in debug mode. 
# Some JREs define it in a different way (-XXdebug in Oracle VM) 
#--------------------------------------------------------------------- 
idea.xdebug.key=-Xdebug 
 
#----------------------------------------------------------------------- 
# Change to 'enabled' if you want to receive instant visual notifications 
# about fatal errors that happen to an IDE or plugins installed. 
#-----------------------------------------------------------------------

idea.fatal.error.notification=disabled 
disable.android.first.run=true 

在最后面添加:

disable.android.first.run=true

即可完美解决问题

感谢阅读,希望能帮助到大家,谢谢大家对本站的支持!


推荐阅读
  • 深入理解OAuth认证机制
    本文介绍了OAuth认证协议的核心概念及其工作原理。OAuth是一种开放标准,旨在为第三方应用提供安全的用户资源访问授权,同时确保用户的账户信息(如用户名和密码)不会暴露给第三方。 ... [详细]
  • 2023 ARM嵌入式系统全国技术巡讲旨在分享ARM公司在半导体知识产权(IP)领域的最新进展。作为全球领先的IP提供商,ARM在嵌入式处理器市场占据主导地位,其产品广泛应用于90%以上的嵌入式设备中。此次巡讲将邀请来自ARM、飞思卡尔以及华清远见教育集团的行业专家,共同探讨当前嵌入式系统的前沿技术和应用。 ... [详细]
  • 国内BI工具迎战国际巨头Tableau,稳步崛起
    尽管商业智能(BI)工具在中国的普及程度尚不及国际市场,但近年来,随着本土企业的持续创新和市场推广,国内主流BI工具正逐渐崭露头角。面对国际品牌如Tableau的强大竞争,国内BI工具通过不断优化产品和技术,赢得了越来越多用户的认可。 ... [详细]
  • 深入理解 Oracle 存储函数:计算员工年收入
    本文介绍如何使用 Oracle 存储函数查询特定员工的年收入。我们将详细解释存储函数的创建过程,并提供完整的代码示例。 ... [详细]
  • 本文总结了2018年的关键成就,包括职业变动、购车、考取驾照等重要事件,并分享了读书、工作、家庭和朋友方面的感悟。同时,展望2019年,制定了健康、软实力提升和技术学习的具体目标。 ... [详细]
  • CSS 布局:液态三栏混合宽度布局
    本文介绍了如何使用 CSS 实现液态的三栏布局,其中各栏具有不同的宽度设置。通过调整容器和内容区域的属性,可以实现灵活且响应式的网页设计。 ... [详细]
  • 本文介绍了如何使用jQuery根据元素的类型(如复选框)和标签名(如段落)来获取DOM对象。这有助于更高效地操作网页中的特定元素。 ... [详细]
  • 深入理解Cookie与Session会话管理
    本文详细介绍了如何通过HTTP响应和请求处理浏览器的Cookie信息,以及如何创建、设置和管理Cookie。同时探讨了会话跟踪技术中的Session机制,解释其原理及应用场景。 ... [详细]
  • 本文介绍如何在 Xcode 中使用快捷键和菜单命令对多行代码进行缩进,包括右缩进和左缩进的具体操作方法。 ... [详细]
  • 本文介绍了一款用于自动化部署 Linux 服务的 Bash 脚本。该脚本不仅涵盖了基本的文件复制和目录创建,还处理了系统服务的配置和启动,确保在多种 Linux 发行版上都能顺利运行。 ... [详细]
  • 在Linux系统中配置并启动ActiveMQ
    本文详细介绍了如何在Linux环境中安装和配置ActiveMQ,包括端口开放及防火墙设置。通过本文,您可以掌握完整的ActiveMQ部署流程,确保其在网络环境中正常运行。 ... [详细]
  • 如何在WPS Office for Mac中调整Word文档的文字排列方向
    本文将详细介绍如何使用最新版WPS Office for Mac调整Word文档中的文字排列方向。通过这些步骤,用户可以轻松更改文本的水平或垂直排列方式,以满足不同的排版需求。 ... [详细]
  • 理解存储器的层次结构有助于程序员优化程序性能,通过合理安排数据在不同层级的存储位置,提升CPU的数据访问速度。本文详细探讨了静态随机访问存储器(SRAM)和动态随机访问存储器(DRAM)的工作原理及其应用场景,并介绍了存储器模块中的数据存取过程及局部性原理。 ... [详细]
  • 几何画板展示电场线与等势面的交互关系
    几何画板是一款功能强大的物理教学软件,具备丰富的绘图和度量工具。它不仅能够模拟物理实验过程,还能通过定量分析揭示物理现象背后的规律,尤其适用于难以在实际实验中展示的内容。本文将介绍如何使用几何画板演示电场线与等势面之间的关系。 ... [详细]
  • 本文介绍如何通过Windows批处理脚本定期检查并重启Java应用程序,确保其持续稳定运行。脚本每30分钟检查一次,并在需要时重启Java程序。同时,它会将任务结果发送到Redis。 ... [详细]
author-avatar
译林hy_774
这个家伙很懒,什么也没留下!
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有