加载中
需跟进的

WebRTC,名称源自网页实时通信(Web Real-Time Communication)的缩写,是一个支持网页浏览器进行实时语音对话或视频对话的技术。 crash分析 Crashlytics talkingdata 统计 masonry 自动布局...

升级到xcode15后,*.mm文件报错

错误提示: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/include/c++/v1/locale:209: /Applicati...

2024/06/01 10:39
39
升级到xcode15后,*.mm文件报错

错误提示: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/include/c++/v1/locale:209: /Applicati...

2024/06/01 10:39
135
升级到xcode15后,*.mm文件编译报错

错误信息: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/include/c++/v1/locale:209: /Applicati...

升级到xcode15后,*.mm文件编译报错

错误信息: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/include/c++/v1/locale:209: /Applicati...

uniapp真机报错 adapter is not a function

出现这种报错是因为uniapp对axios有适配问题,不兼容,需要在main.js或者封装axios的文件中加以下代码 axios.defaults.adapter = function(config) { return new Promise((resolve, reject)...

React打包部署到tomcat显示空白页面

在package.json文件中添加如下行 "homepage": "./",

2024/04/20 14:56
45
iOS手势详解

https://www.cnblogs.com/kenshincui/p/3950646.html#event

idea激活2025.8

https://blog.idejihuo.com/jetbrains/intellij-idea-2022-2-1-mac-permanent-activation-tutorial.html...

Android编译问题:Execution failed for task ':app:lintVitalOtherRelease'.

Task :app:lintVitalOtherRelease FAILED FAILURE: Build failed with an exception. What went wrong: Execution failed for task ':app:lintVitalOtherRelease'. 主module中添加lintOptio...

Android审核被拒【应用自启动】解决方案

小米反馈的【应用自启动】项,详情涉及的类,如下:

2023/03/28 10:09
138
使用XCode创建Bundle

New Target --> mac OS --> Bundle Build setting --> Architechures --> Base SDK 选 iOS Deployment --> Installation Directory 删掉内容 // 我删也正常 Build Options --> Always Embed...

Android新增Module(library)编译错误

错误如下: /Users/xxx/xxx/xxx-android/library-resource/build/intermediates/tmp/manifest/androidTest/debug/tempFile1ProcessTestManifest652759782119014005.xml Error: android:expor...

Android集成新的react native库依赖版本报错

直接android中注释相关导入代码有时会无用,需要react native中执行`yarn remove 模块名` ``` yarn remove xxxx ```

Mac OS中Android Studio执行Gradle Sync报错

执行Gradle Sync一直提示如下: Could not GET 'https://dl.google.com/dl/android/maven2/com/android/tools/build/gradle/4.0.1/gradle-4.0.1.pom' A: 打开~/.gradle/gradle.properties文...

Android studio中文文件名显示乱码 Mac OS系统

文件名乱码 Android Studio -> Preferences -> Appearance & Behavior -> Appearance -> Use custom font 勾选即可 文件内容乱码 Android Studio -> Preferences -> Editor -> File Encoding...

flutter 运行android项目配置

flutter sdk配置 flutter\packages\flutter_tools\lib\src\http_host_validator.dart 将其中的 https://maven.google.com/ 修改为 https://dl.google.com/dl/android/maven2/(解决第一个问题...

没有更多内容

加载失败,请刷新页面

返回顶部
顶部