-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
What steps will reproduce the problem?
1. Import Jar
2. Execute
JsonParserFactory factory=JsonParserFactory.getInstance();
JSONParser parser=factory.newJsonParser();
Map jsonData=parser.parseJson(inputJsonString);
for string {"error": "0"}
3.
What is the expected output? What do you see instead?
The Android program crashes with java.lang.NoClassDefFoundError:
com.json.parsers.JsonParserFactory
The program should not crash
What version of the product are you using? On what operating system?
Eclipse
Version: 1.4.1.v20120912-144938-8R7xFOXFLWUl7PpNBh_HIGkb4
Build id: M20130204-1200
Android Developer Tools
Build: {0}
Please provide any additional information below.
Original issue reported on code.google.com by fbarto...@gmail.com on 3 Aug 2014 at 10:37
Reactions are currently unavailable