简体   繁体   English

无法在Windows 10上运行Android Studio

[英]Unable to Run Android Studio on windows 10

I am facing very weird problem since I Installed Android Studio on Windows 10 N. 自从我在Windows 10 N上安装Android Studio以来,我面临着非常奇怪的问题。

After complete Installation of Android Studio It's hang on Splash Screen. 完成Android Studio的安装后,它会挂起在Splash Screen上。

I solved that issue by adding disable.android.first.run=true to tail of the idea.properties file and it worked but after that ON creating new project It says to Configure SDK path in Project Structure which I did correctly. 我通过在idea.properties文件的尾部添加了disable.android.first.run=true来解决了这个问题,并且它工作但是在那之后创建新项目它说在项目结构中配置SDK路径我正确地做了。

But after that I am unable to make any new project, see SDK manager 但之后我无法创建任何新项目,请参阅SDK管理器

The path of java is also set correctly and I test it by running a Test Program java的路径也正确设置,我通过运行测试程序来测试它

If anybody had face same Issue Please help 如果有人面对相同的问题请帮忙

Thank you all for suggestions in advance 大家先谢谢大家的建议

My Laptop Configuration is i5 6th Gen, 4 GB RAM , 1 TB HDD, 2 GB Graphic card. 我的笔记本电脑配置是i5第6代,4 GB RAM,1 TB硬盘,2 GB图形卡。

Finally I make it with the help of the @Alex Belotserkovskiy Useful comment. 最后,我在@Alex Belotserkovskiy实用评论的帮助下完成。

What I did :- 我做了什么 :-

1) Formatted my Laptop because its a fresh machine. 1)格式化我的笔记本电脑,因为它是一台新机器。

2) Installed JDK Version greater than 1.8 as it was suggested on this 2)安装JDK版本大于1.8,因为它是建议在

link. 链接。

3) Set java path 3)设置java路径

4) Download the latest Version of Android Studio from here 4)从这里下载最新版本的Android Studio

I downloaded the one with SDK and System Image 我用SDK和System Image下载了一个

5) While installing Android Studio ,Run setup by right click and select Run as Administrator 5)安装Android Studio时,右键单击“运行安装程序”,然后选择“以管理员身份运行”

6) While Installing make sure that when setup ask for path of Android Studio and SDK the path should not contains any White Spaces 6)安装时确保在设置时询问Android Studio和SDK的路径时,路径不应包含任何空格

7) Your are good to go. 7)你很高兴。

8) If face any Issue like hang up of AS on Splash Screen follow my step from question. 8)如果遇到任何问题,比如在启动画面上挂起AS,请按照我的步骤进行操作。

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

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