简介
该用户还未填写简介
擅长的技术栈
可提供的服务
暂无可提供的服务
遇到了启动编译前就报错:Error:Kotlin: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.5.1, expected version is 1.1.13.解决方法:在项目级 gradle 文件中,只需将 ext.kotlin.versio
2021-10-07 16:41:42.586 8731-8760/com.gho2oshop.app E/FirebaseInstanceId: Failed to get FIS auth tokenjava.util.concurrent.ExecutionException: com.google.firebase.installations.FirebaseInstallationsEx
自用笔记外包公司,为了节约成本,采用Android内嵌H5模式开发,便于在安卓移动端上直接复用页面, 从而提高开发效率。同时改动时候只需改动H5页面,无需改动客户端。实现的原理:本质是:Java代码和Javascript调用H5页面,只是Html的扩展,Javascript用来处理页面的逻辑Android和H5互调案例:一.java调用js1、Java 调用 js 里面的函数、效率并不是很高、估计
Could not determine the dependencies of task ':xxxxxx:compileDebugAidl'.> Could not resolve all task dependencies for configuration ':xxxxxxxx:debugCompileClasspath'.> Could not resolve androidx
在 Terminal 中输入gradlew :app:dependencies命令gradlew compileDebugSources 查看错误详细信息gradlew compileDebug --stacktrace // 查看详细的资源文件信息gradlew assembleDebug --stacktrace //编译并打Debug包gradlew assembleRelease //编译