Android Development Notes (1) solution to SDK Manager crash in Windows 7 x64

Source: Internet
Author: User
Tags windows 7 x64

Due to project requirements, I recently started reading Android books. Although Google released Android Studio, its stability needs to be enhanced, so it chose the safest Development Environment ADT. Because my system is Windows 7x64, the ADT below is also x64. The following are the problems and solutions I encountered when configuring the development environment.

1. Install JDK first. Otherwise, neither SDK Manager nor eclipse can be opened.

2. After JDK is installed, eclipse can be opened, but the SDK Manager still cannot be opened, which is highlighted as a crash.

3. Find the. bat batch file find_java.bat in the path adt-bundle-windows-x86_64-20130522 \ sdk \ tools \ lib and open the file with notepad, as shown in

 



Find the rem Check we have a valid Java.exe line, change set java_exe = % a to set java_exe = "jdk directory", save and close the file.

4. re-open the SDK Manager and it will run normally.

 

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.