Android Emulator - Ubuntu 12.04
        Posted  
        
            by 
                Aneesh karthik C
            
        on Ask Ubuntu
        
        See other posts from Ask Ubuntu
        
            or by Aneesh karthik C
        
        
        
        Published on 2012-11-23T10:28:32Z
        Indexed on 
            2012/11/23
            11:15 UTC
        
        
        Read the original article
        Hit count: 375
        
ubuntu-for-android
When I type in the command
    @emulator Andreud
where 'Andreud' is the name of the emulator I created. It gives the following errors and a blank screen in which I should get android home screen, icons, etc shows up.
    PVRDRIInitPVR2D: PVR2D device index (0)Failed to load libGL.so
    error libGL.so: cannot open shared object file: No such file or directory
    Failed to load libGL.so
    error libGL.so: cannot open shared object file: No such file or directory
As per a comment I tried installing ia32-libs
    aneesh@nb14:~$ sudo apt-get install ia32-libs
    Reading package lists... Done
    Building dependency tree       
    Reading state information... Done
    Package ia32-libs is not available, but is referred to by another package.
    This may mean that the package is missing, has been obsoleted, or
    is only available from another source
    E: Package 'ia32-libs' has no installation candidate
I want the home screen to appear. Any help is greatly appreciated.
© Ask Ubuntu or respective owner