-2

So i need to use JsonParser from json-simple and even after adding the jar file to the CLASSPATH I can't import org.json.simple because I still get cannot resolve symbol 'simple'. I don't know what to do at this point.

EDIT: Solved thanks to Android Studio: Add jar as library?

0

1 Answer 1

0

Two cases can be there:

  1. The jar is not really in the classpath used by the java-instance.
  2. Package name referenced can be incorrect.

If you have done above two correctly, then provide some information on adding the jar in the classpath.

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

1 Comment

Luckily I've been able to solve it, thanks to stackoverflow.com/questions/16608135/…

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.