Androi studio Chinese group: www.android-studio.org,
You can go to the website to learn more about Android studio.
Original article address
For the first time I wrote a blog, I am a science man like me. I believe everyone understands the level of literary talents. I hope you can come up with some suggestions for poor writing ~ Thank you!
Google announced a new integrated development environment for Android studio for Android Developers at the developer conference on Wednesday, attracting a lot of Android Developers to come and watch, I installed one with curiosity today. The interface is indeed doing well, but for friends who are used to eclipse, a process is needed to adapt ~ Let me talk less about it ~ Images have truth ~
Today, I saw a lot of friends who said they couldn't open it after installation, that is, they didn't respond to tasks when they clicked the android icon. What I want to say is that you need to reconfigure the environment ~ I have also encountered this problem ~ Pai_^
Let's talk about my solution now ~
1 to the official website download Android studio address: http://developer.android.com/sdk/installing/studio.html
② I will not talk about the installation process ~ Silly ~
③ After the installation is complete, there may be no Android studio icon on the desktop, so you need to find Android studio in the Start menu. I heard that win7 may not be able to find the Start Menu, OKay ~ Then you can install it directly.
Let's get it out ~
④ First, double-click studio.exe. (If you want to enable it, you have to run studio.exe as an administrator ~ If you can, you don't need to read it below ~
⑤ If not ~ Now we have to start configuring the environment ~ My computer-> properties-> advanced-> environment variables (this is for XP. I believe that friends who use win7 also know how to proceed with this process ~ ^_^)
Click "system variable (s)" to create a new one. In the displayed dialog box, there are two input boxes (variable name and variable value). In the variable name input box, enter java_home, in the variable value input box
Enter your JDK path. The path is c: \ Program Files \ Java \ jdk1.7.0 _ 17, as shown in figure
6. Click OK or apply ~~ (If you can run it, you don't need to read it again ~ Otherwise, continue to the next step)
7. If your android studio cannot run, add the bin path of Android studio to the PATH variable as follows:
1> my computer-> properties-> advanced --> environment variables,
2> double-click "path" in "system variables", add the bin path of your android studio to the beginning, and use a semicolon (semicolon)
It is separated from other paths ~ Click OK or apply! (The default bin path of Android studio is c: \ Program Files \ Android-studio \ bin)
At this point, the environment should be configured. You can open Android studio again, and I believe you can start to taste it ~~ Good luck!
If your as still does not run, I should say sorry to you. Click here to change the configuration method.
Click here to set the android studio topic
Cocos2d-x group: 277525242
Android group: 321529736
If you want to reprint, please indicate the source: http://blog.csdn.net/whuancai/article/details/8934898