0

I'm having a build problem with a specific file that I'm not being able to change the path on my Android project. Here is a picture of the problem:

enter image description here

How do I change this Path: /Users/apple/Downloads/dolphin_player/p/libs shown in the picture?

4 Answers 4

1

Change it from the libraries tab. You cannot do it from the order and export tab.

Sign up to request clarification or add additional context in comments.

Comments

1

On the libraries tab, remove or edit it.

Comments

1

Its very simple, just follow these steps,

  • Right click on your project, select properties,
  • From the dialogbox select "Java Compiler" in left part, see image

enter image description here

Comments

1

It depends on the which version of java you are using.Just go to library tab and do following.

If you are using the 1.6 version of java the whenever you want to add any third party jar files you have to add it by adding external jar file in the library option.

If you are using the 1.7 version of java then you have to make a folder called libs and put the all the external jar files in this folder. It will automatically add the files to yous build path and add it in "Android Dependencies".

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.