I am working with JSON. Even I'm included the jar library(json-simple-1.1.1 jar) to the project build path, the eclipse showing the error "JsonParserFactory cannot be resolved to a type". What can be the reason?
Asked
Active
Viewed 141 times
0
-
Try adding jar like this! http://stackoverflow.com/questions/1334802/how-can-i-use-external-jars-in-an-android-project – Krupa Patel Jun 16 '14 at 10:21
-
Does your source file have an import statement for it? – nitind Jun 16 '14 at 10:46