adt-bundle-linux-x86_64-20131030 new project prompts for no solution to ADB and r.java issues

Source: Internet
Author: User

adt-bundle-linux-x86_64-20131030 new project prompts for no solution to ADB and r.java issues


Under ubuntu14.04, build an Android development environment and download the official adt-bundle-linux-x86_64-20131030. Start Eclipse and create a new project. Tip "R" file is not found, that is, R file is not. Start Simulator Tip "... Cannot run Program "/home/zenail/adt-bundle-linux-x86_64-20131030/sdk//tools/emulator": error=2, no file or folder ".


Check the installation steps repeatedly. Still can not solve the problem, suddenly think the world is a lot of dim ... I finally found the reason on the Internet: because my system is 64-bit. The Android SDK has only 32-bit programs (ADB is 32-bit). necessary to install the corresponding library line ~ Some people say to install ia32-libs, can go to my system but prompted not to install. Fortunately, there is another great God who gives other answers:

sudo apt-get install libc6-i386 lib32stdc++6 lib32gcc1 lib32ncurses5 lib32z1。在安装如上库后,重新启动eclipse,一切OK。在此感谢那些大侠啦~~

adt-bundle-linux-x86_64-20131030 new project prompts for no solution to ADB and r.java issues

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.