Android 踩過的坑

注意事項

  • SpannableStringBuilder.append的入參不容許是null
  • ListView.addHeaderView,ListView.addFooterView不容許在setAdapter以後

構建問題

  • Unable to resolve dependency for ':app@debugAndroidTest/compileClasspath': Could not download junit.jar (junit:junit:4.12)android

    在app.gradle中增長app

    androidTestImplementation 'junit:junit:4.12'

    解決以後,刪除上述又代碼,有沒有問題,感受莫名其妙。gradle

未完待續

相關文章
相關標籤/搜索