我需要使用Gson庫的幫助。我做了一個構建路徑並將其導入到我的類中,但是當我初始化Gson對象時,我得到一個NoClassDefFoundError。我也嘗試下載一些其他版本,但沒有幫助。現在使用2.2.4。 在此先感謝!Android Gson no classDef found
0
A
回答
1
試試這個
- 右鍵單擊項目
- 屬性
- Java構建路徑
- 排序和導出
- 檢查所有相關
- 清理並生成
- 現在運行您的項目
0
這是一個可以幫助你的指南。它解釋瞭如何設置和使用GSON。
0
能在Android Studio插件支持GSON的正下方添加行應用的build.gradle文件。
compile 'com.google.code.gson:gson:2.7'
現在2.7是根據一個當前可用版本:https://mvnrepository.com/artifact/com.google.code.gson/gson
請檢查該存儲庫,以確保您使用的最後一個可用的版本。
相關問題
- 1. Autowired issue/No bean found
- 2. No method found compiler warning
- 3. No class def found java
- 4. Spring boot No WebApplicationContext found
- 5. Jadira usertype no class def found
- 6. Typo3 no module found with new user
- 7. No line found掃描儀
- 8. Swift pod no module found - Nimble,Quick
- 9. Spring Security with JDBC Authentication - No AuthenticationProvider found
- 10. No fileSystem for scheme:hdfs and Class org.apache.hadoop.DistributedFileSystem not found
- 11. Angular 2 HTTP post no HTTP-resource found
- 12. Android和GSON投擲No-Args構造函數未找到異常
- 13. classdef裏面的類
- 14. Android typefont not found
- 15. ANDROID NDK - android:command not found
- 16. No Activity Found如果活動在Library項目中,則爲異常
- 17. 在Android中創建片段時出現「No view found」錯誤消息
- 18. android studio java.lang.NoClassDefFoundError Gson
- 19. Android和GSon
- 20. Android JSONObject與GSON
- 21. GSON Android Studio中
- 22. GSON()fromJson Android中
- 23. GSON爲Android
- 24. Android Gson TypeToken NullpointerException
- 25. Cordova - Android SDK not found
- 26. Error running not found(Android)
- 27. Android AVD no start
- 28. 使用TextField拋出「No Material widget found」錯誤
- 29. Java android xml textbox has no text = no button hit
- 30. Android中的GSON/Jackson
使用AndroidStudio嗎? – Preetygeek
確保你添加外部jar像[this](http://stackoverflow.com/questions/1334802/how-can-i-use-external-jars-in-an-android-project?lq=1) – einverne
我但它不工作... – pavle