android Failed to start emulator:Cannot run program

前端 未结 8 699
情深已故
情深已故 2021-02-01 06:25

I have installed android SDK and android eclipse plugin successfully on Ubuntu.

Every thing was working fine until I removed Ubuntu and installed Linux Mint. I installe

8条回答
  •  伪装坚强ぢ
    2021-02-01 06:36

    1. Installed on Ubuntu successfully. but not running avd

      If you're running a 64-bit system, you need to install ia32-libs

      sudo apt-get install ia32-libs
    
    1. R can not be resolved to a variable

    This can be due to following Reason

    • class is not the part of that package add proper package

    • not properly defined in manifest file class path define it properly

    clear and run the avd it will work

提交回复
热议问题