Results 1 to 5 of 5

Thread: Problem running Android emulator on Arch Linux

  1. #1
    Join Date
    Oct 2010
    Posts
    88

    Problem running Android emulator on Arch Linux

    Hello friends I have a Arch Linux operating system on my computer system and recently I tried to install the Android emulator on it for just to test whether it works or not. Although I did manage to install the emulator on the computer system that is having Arch Linux on it, but the problem is that the binary files which are included in the Android under the tools directory cannot be ran on my computer. So can some one who has previously installed this two on one system or with some knowledge about this suggest me what should I do to overcome this problem.

  2. #2
    Join Date
    May 2008
    Posts
    962

    Re: Problem running Android emulator on Arch Linux

    Hey first of all which bit version Arch Linux have you installed on your computer system.? Also have you tried using the ADT eclipse plugin that works well with the Android . What is the error that it is giving when you are trying to access the Android? Also if it is not working on your system that has Arch Linux then you should probably try to install the Android emulator on some other kind of operating system mostly ubuntu as it is designed to work with every kind of emulator.

  3. #3
    Join Date
    May 2008
    Posts
    1,020

    Re: Problem running Android emulator on Arch Linux

    I think that Arch Linux operating system doesn’t support the Android Emulator, as Arch Linux is mostly designed for the simplicity purpose from the user point of view. The design approach of the development team focuses on simplicity, elegance, code correctness and less complexity. This is developed by keeping in mind the users requirements who are not comfortable using the command line for accessing the Linux. So I guess that due to its simplicity the Arch Linux operating system doesn’t support the Android emulator.

  4. #4
    Join Date
    Oct 2010
    Posts
    88

    Re: Problem running Android emulator on Arch Linux

    Thanks for the quick reply but I guess that The Arch Linux should handle the Android emulator because if it didn’t it wouldn’t have got installed in my computer system. The only problem I am getting is that when I try to Access the Android the tools directory using the emulator by issuing ./emulator command, the emulator tells me that no such file or directory is found. Also, I would lie to inform you that I have used the ADT eclipse plugin, but still I am getting the same error. So can anyone help me resolve this problem quickly. I am using 64- bit Arch Linux operating system

  5. #5
    Join Date
    Nov 2009
    Posts
    687

    Re: Problem running Android emulator on Arch Linux

    Hey you can use this steps to successfully load the Android emulator if you are facing any problem while trying to install it on the Arch Linux Operating system.Firstly you have to get the Android Kernel latest sources and then you have to Get toolchains from CodeSourcery
    Start the Android emulator
    • ./emulator

    Get the config.gz from the running emulator using ‘adb’
    • ./adb pull /proc/config.gz .

    Decompress the config.gz and rename it to .config
    • gunzip config.gz
    • mv config .config

    Replace the old .config in the android kernel sources with the above .config file. Now you have to issue the make command for the kernel
    • make menuconfig ARCH=arm
    • make ARCH=arm

    After doing his you have to make sure that you saved the configuration.This will create the Kernel image at arch/arm/boot/zImage
    Now you can start the emulator by issuing the following command
    • ./emulator –kernel ../arch/arm/boot/zImage -show-kernel –shell
    Last edited by Enriqueta; 19-11-2010 at 07:46 AM.

Similar Threads

  1. Running android games on pc via emulator
    By Faiyaz9 in forum Portable Devices
    Replies: 4
    Last Post: 07-09-2013, 04:11 PM
  2. Running Android Market on PC using Google Android Emulator
    By racer in forum Guides & Tutorials
    Replies: 1
    Last Post: 11-03-2012, 01:45 PM
  3. How to configure the Arch linux from the 3G USB modem ?
    By Lynch in forum Operating Systems
    Replies: 5
    Last Post: 02-07-2011, 07:23 PM
  4. Unable run Arch Linux
    By Neend in forum Operating Systems
    Replies: 6
    Last Post: 15-05-2011, 10:41 PM
  5. Download Arch Linux 2009.02
    By Philip21 in forum Operating Systems
    Replies: 5
    Last Post: 20-02-2009, 10:40 AM

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
  •  
Page generated in 1,714,002,868.78635 seconds with 17 queries