android Failed to start emulator:Cannot run program

前端 未结 8 709
情深已故
情深已故 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:34

    It looks like your SDK path in eclipse has a mistake:

    Cannot run program "/home/anas/android//tools/emulator"

    That double "//" may be the problem. Check in Eclipse: Window -> Preferences -> Android. There should be a field there pointing the SDK Location. Edit it.

    Check your path : /home/anas/android/ to see if it really is where you put your SDK . If not repeat these steps to have it

    The missing R resource message is a compile error right? Then in this case your emulator should not be the problem. However, if your SDK path is incorrect like I suspect, then .. you can expect this compile error along with any other android libraries import

提交回复
热议问题