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?