Results 1 to 2 of 2

Thread: Can't detect emulator after locating Android SDK on Eclipse IDE

  1. #1
    Join Date
    Apr 2013
    Location
    /Earth/Bangladesh/Dhaka/
    Beans
    120
    Distro
    Ubuntu 14.04 Trusty Tahr

    Can't detect emulator after locating Android SDK on Eclipse IDE

    After installing SDK, API and configuring AVD, I was trying to locate the SDK for Eclipse IDE which is located on /opt/android-sdk-linux. its showing this error " Could not find /opt/android-sdk-linux/tools/emulator! ". But /opt/android-sdk-linux/tools/emulator does exist. I am on Ubuntu 14.04 64bit OS. But /opt/android-sdk-linux/tools/emulator is a 32 bit Executable. I think this is the cause of that error. My problem is similar to this problem - http://askubuntu.com/questions/14331...-but-it-exists

    2nd answer suggests that there are many emulator versions available in the /opt/android-sdk-linux/tools folder. True, I can see emulator64-arm, emulator64-mips, emulator64-x86. I think these are suitable for 64bit OS. Now my question is which should I choose from these three and how can I set that manually on Eclipse IDE. I can't see any option for that on preference menu.

    Thanks
    Attached Images Attached Images
    Last edited by Ashfaqur Rahman; September 4th, 2014 at 04:31 PM. Reason: change prefix
    Registered Linux User #560763

  2. #2
    Join Date
    Apr 2013
    Location
    /Earth/Bangladesh/Dhaka/
    Beans
    120
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Can't detect emulator after locating Android SDK on Eclipse IDE

    Found my solution here - http://stackoverflow.com/questions/1...n-error-2-no-s
    Also there was permission issue. /opt/android-sdk-linux/tools folder was under root permission. I changed the permission recursively
    sudo chmod 777 -R /opt/android-sdk-linux
    Registered Linux User #560763

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •