android Failed to start emulator:Cannot run program

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

    Like you have written the specified path and the files are exists in the same path, but i suggest to check that one more time.

    and like you are getting R cannot be resolved to a variable, do not worry:

    Reasons:

    1. Check Package name in Manifest File
    2. If you are already getting something like this: import com.version.bajrang.january.R; so first of all try to change package name here, or secondly just delete this line and clean your program
    3. If you are not getting something like: import com.version.bajrang.january.R; then add import packagename.R;

    I believe that you will get your answer.....

提交回复
热议问题