android-studio - Androidstudio運(yùn)行時(shí)報(bào)錯(cuò)
問題描述
Information:Gradle tasks [clean, :LRecyclerview_library:generateDebugSources, :LRecyclerview_library:generateDebugAndroidTestSources, :LRecyclerview_library:mockableAndroidJar, :LRecyclerview_library:prepareDebugUnitTestDependencies, :app:generateDebugSources, :app:mockableAndroidJar, :app:prepareDebugUnitTestDependencies, :app:generateDebugAndroidTestSources, :sweet-alert-dialog-library:generateDebugSources, :sweet-alert-dialog-library:generateDebugAndroidTestSources, :sweet-alert-dialog-library:mockableAndroidJar, :sweet-alert-dialog-library:prepareDebugUnitTestDependencies, :universalimageloader:generateDebugSources, :universalimageloader:mockableAndroidJar, :universalimageloader:prepareDebugUnitTestDependencies, :universalimageloader:generateDebugAndroidTestSources]Error:java.lang.NullPointerException (no error message)Information:BUILD FAILEDInformation:Total time: 3.638 secsInformation:1 errorInformation:0 warningsInformation:See complete output in console
我在Clean Project的時(shí)候報(bào)的錯(cuò)
我在運(yùn)行項(xiàng)目時(shí)報(bào)的錯(cuò)
我也不知道是什么原因 知道的請(qǐng)告知一下,非常感謝
問題解答
回答1:請(qǐng)參考:https://github.com/anggrayudi...
回答2:NullPointerException 從你的錯(cuò)誤信息分析你編譯過程中缺少jar包或者工程引用
相關(guān)文章:
1. javascript - h5 video層級(jí)太高導(dǎo)致浮在div上面,如何解決?2. java - 多客戶端如何操作MQ比較合適3. css - C#與java開發(fā)Windows程序哪個(gè)好?4. python中怎么對(duì)列表以區(qū)間進(jìn)行統(tǒng)計(jì)?5. javascript - Ajax加載Json時(shí),移動(dòng)端頁面向左上角縮小一截兒,加載完成后才正常顯示,這該如何解決?6. css - 如何讓圖片像雲(yún)一樣的行為?7. python小白 想做一個(gè)能夠計(jì)算圓周率的代碼,不知道怎么寫8. mysql - 數(shù)據(jù)庫建表方面的問題?9. javascript - 如何獲取未來元素的父元素在頁面中所有相同元素中是第幾個(gè)?10. javascript - 解釋下這種函數(shù)定義
