摘要:
Windows杀毒软件导致 Android Studio 构建项目时间太长的问题 Your anti-virus program might be impacting your build performance. Android Studio checked the following direc 阅读全文
摘要:
Android托管aar新方案MavenCentral 2021年5月1日后, Bintray 、JCenter将不能使用, Google采用mavenCentral作为替代。 Into the Sunset on May 1st: Bintray, JCenter, GoCenter, and C 阅读全文
摘要:
* What went wrong: Execution failed for task ':sample_java:lint'. > Lint found errors in the project; aborting build. Fix the issues identified by lin 阅读全文
摘要:
1.module.gradle plugins { id 'kotlin-parcelize' ... } 2.use @Parcelize data class FileSelectResult( var fileType: FileType?, var mimeType: String?, va 阅读全文