1. 程式人生 > >java.lang.NoClassDefFoundError: com.google.gson.Gson

java.lang.NoClassDefFoundError: com.google.gson.Gson

今天在解析json檔案的時候出現的問題,在做單元測試時呼叫Gson毫無問題,但在系統測試時出現,bing了一下在stackoverflow上找到答案,是在android編譯時沒有把jar包新增到庫中的原因:

1.Down load the latest version of gason.jar
2.Add the jar of gason to the project[Eclipse: project proprieties => Java Build Path => Libraries =>Add External JARs]
3.check the gason.jar in Order and Export