
APP
文章平均质量分 55
程序猿吧你
这个作者很懒,什么都没留下…
展开
-
ACRC的使用
1.设置kotlin版本ext.kotlin_version = '1.5.21'2.在app module的build.gradle添加如下内容:apply plugin: 'kotlin-kapt'defaultConfig { ...//add next javaCompileOptions { annotationProcessorOptions { includeCompileClasspath = true }}}compileOption...原创 2022-01-20 16:03:19 · 2328 阅读 · 1 评论 -
Flutter打包问题
FAILURE: Build failed with an exception.No version of NDK matched the requested version 20.0.5594570. Versions available locally: 21.0.6113669gradle版本:classpath 'com.android.tools.build:gradle:3.6.0'The three workarounds I know of are:Install .原创 2022-01-11 10:44:41 · 1632 阅读 · 0 评论 -
Flutter引用第三方库时报Automatically assigning platform `ios` with version `8.0` on target `Runner`
Automatically assigning platform `ios` with version `8.0` on target `Runner` because no platform was specified. Please specify a platform for this target in your Podfile在mac上使用Android studio运行项目时出现如...原创 2019-10-16 20:39:55 · 13452 阅读 · 0 评论