Android studio cannot be run on Windows 10
Since I installed Android studio on Windows 10 N, I have faced strange problems
After Android studio is fully installed, it will hang on the initial screen
I solve this problem by adding disable.android.first.run = true at the end of the idea.properties file. It works normally, but then create a new project. It says that I have correctly configured the SDK path in the project structure
But after that, I can't create any new projects. See SDK manager
The Java path has also been set correctly, and I tested it by running the test program
If someone has the same problem, please help
Thank you for your suggestions
My laptop is configured with i5 6th generation, 4 GB ram, 1 TB HDD and 2 GB graphics card
resolvent:
Finally, I finished it with the help of @ Alex belotserkovskiy's useful comments
What did I do:-
1) Format my laptop because it is a new machine
2) The installed JDK version is greater than 1.8, as recommended by this
Link
3) Set Java path
4) Download the latest version of Android studio from here
I downloaded a file with SDK and system image
5) When installing Android studio, right-click run setup and select run as administrator
6) During installation, make sure to ask for the path of Android studio and SDK during installation. The path should not contain any spaces
7) You're fine
8) If you encounter any problems, such as hanging up as on the startup screen, please follow my steps