简体   繁体   English

Windows 8 64位上的Android Studio“启动失败”

[英]Android Studio “Start Failed” on Windows 8 64bit

https://code.google.com/p/android/issues/detail?id=74801 https://code.google.com/p/android/issues/detail?id=74801

This is the issue I logged with google and have yet to hear back. 这是我在google上登录并尚未得到回复的问题。 But I am wondering if there would be anyone on here that has gotten similar issues with Android Studio and have resolved them? 但我想知道是否有人在Android Studio中遇到类似问题并已解决?

Basically I added ArgoUML plugin to Studio and had to restart on when it restarted I got a nice big error saying it failed to start with a massive list of stuff ( attached pic on the google issue has this image of the error). 基本上我在Studio中添加了ArgoUML插件,并且不得不在重新启动时重新启动。我收到一个不错的大错误,说它无法从大量的内容开始(在Google问题上附上的图片有此错误图片)。 I am using studio for a college project and am still a noob when it comes to programming so most of what it says in the error message is gobbledygook! 我正在使用Studio进行大学项目,并且在编程时仍然是菜鸟,所以错误消息中所说的大部分内容都是gobbledygook! I did several re-install of Studio but still got the same message but I can see even after a the re-installs that near the end ArgoUML is mentioned?! 我对Studio进行了几次重新安装,但仍然收到相同的消息,但是即使在重新安装后提到ArgoUML即将结束,我仍然可以看到? Any idea's why this is happening? 知道为什么会这样吗?

Cheers, Owen 干杯,欧文

By the way, I think I found out why the plugin crashed. 顺便说一句,我想我知道了为什么插件崩溃了。

The plugin tries to load a "sync.png" icon ( code here ) from the IDE, but there is no sync icon in recent releases. 该插件尝试从IDE加载“ sync.png”图标( 此处代码 ),但最新版本中没有同步图标。 This causes an uncaught NullPointerException, which you can see on the very last line of the error message. 这将导致未捕获的NullPointerException,您可以在错误消息的最后一行看到它。

The answer to this question was posted by Bad Wolf above in the comments, was to delete the plugin from the .AndroidStudioBeta folder within the user folders (of windows), this resolved the issue. 这个问题的答案由Bad Wolf在上面的评论中发布,目的是从(Windows的)用户文件夹内的.AndroidStudioBeta文件夹中删除插件,从而解决了此问题。

Even after re-installing Android Studio the files remained in the user folders so just to be aware if anyone else is having an issue with faulty plugins. 即使在重新安装Android Studio之后,文件仍保留在用户文件夹中,因此请注意是否还有其他人遇到了插件故障的问题。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM