17 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
-1
votes
1
answer
72
views
Android OpenGL ES glReadPixels() saves black image to gallery even though preview is fine
I’m working on an Android project using OpenGL ES (and Tencent’s TEBeautyKit) to create a camera preview with beauty filters.
The preview works fine — the camera feed displays correctly with all ...
0
votes
1
answer
133
views
Xcode Simulator Error: 'SDK does not contain libarclite'
When running my iOS app in Xcode simulator, I'm encountering this build error:
clang: error: SDK does not contain 'libarclite' at the path '/Applications/Xcode.app/Contents/Developer/Toolchains/ ...
0
votes
0
answers
32
views
Webpack 5 Error When Importing TUIRoomEngine SDK: Missing Node.js Core Module Polyfills
I'm integrating the TUIRoomEngine SDK into a Vue.js project using Webpack 5, but I'm encountering the following compilation error:
webpack < 5 used to include polyfills for node.js core modules by ...
1
vote
2
answers
989
views
NoClassDefFoundError: Failed resolution of: Lkotlin/enums/EnumEntriesKt [closed]
After upgrading my project to use the new rtc-engine and version 2.9 of the UI, I encountered the following error:
java.lang.NoClassDefFoundError: Failed resolution of: Lkotlin/enums/EnumEntriesKt;
...
0
votes
1
answer
30
views
"Failed to Get Image MIME Type" When Saving Images in Android TUIKit
I’m integrating the Android TUIKit component and encountering issues when saving images to the gallery. The logs show the following errors:
TIM: |-TUIChat-FileUtil |saveImageToGalleryByMediaStore ...
0
votes
1
answer
71
views
How to fix 'TXIMSDK_Plus_iOS_XCFramework requires higher iOS deployment version' error in Flutter
I'm integrating tencent_cloud_chat_push in a Flutter app, but when running the app on iOS, I encounter this error:
Error: The pod "TXIMSDK_Plus_iOS_XCFramework," required by the plugin "...
0
votes
1
answer
27
views
"Linker command failed with exit code 1" When Running iOS Simulator
When compiling an iOS project with TUICallKit_Swift, I run the simulator and encounter this error:
clang: error: SDK does not contain 'libarclite' at the path '/Applications/Xcode.app/Contents/...
0
votes
1
answer
74
views
TUICallKit Crashes with "No implementation found for void com.tencent.liteav.base.Log.nativeWriteLogToNative" in Android
I'm encountering a crash in my Android application when using TUICallKit. The error occurs with the following stack trace:
java.lang.UnsatisfiedLinkError: No implementation found for void com.tencent....
0
votes
0
answers
30
views
How to Resolve CocoaPods LoadError and iOS Version Conflict When Using Chat SDK in Flutter?
I'm encountering an issue while trying to build my Flutter project that integrates Tencent Cloud Chat Push. The error occurs during the CocoaPods installation phase, and I'm unsure how to resolve it. ...
0
votes
0
answers
26
views
How to Fix "Failed to Get Image MIME Type" When Saving Images in Android TUIKit?
I’m integrating the Android TUIKit component and encountering issues when saving images to the gallery. The logs show the following errors:
TIM: |-TUIChat-FileUtil |saveImageToGalleryByMediaStore ...
1
vote
1
answer
66
views
Manifest merger failed due to allowBackup attribute in TUICallKit
I'm facing an issue during the build process of my Android application that uses TUICallKit. The error message I receive is:
Manifest merger failed : Attribute application@allowBackup value=(true) ...
1
vote
1
answer
59
views
When I used the 2.4.0 version of the SDK to develop a 1v1 video application, why did an error occur?
When I used the 2.4.0 version of the SDK to develop a 1v1 video application, an error occurred during the development process:
../../../../.pub-cache/hosted/pub.flutter-io.cn/tencent_calls_uikit-2.4....
1
vote
1
answer
65
views
There is no sound after recording the video on the current page on the H5 side?
I have a question. We have a video face-to-face interview scenario that requires video and audio collection. In this scenario, the user enters the room after clicking the link. There is only one user ...
0
votes
2
answers
64
views
How to fix npm install -g create-react-app error: errno -13?
I am trying to install create-react-app globally using npm with the following command:
npm install -g create-react-app
However, I am encountering the following error:
npm ERR! code EACCES
npm ERR! ...
user avatar
user23302998
1
vote
1
answer
98
views
Flutter tencent live stream app got crashed on release mode
I build a Live Streaming app by using tencent cloud with live_flutter_plugin package. It's working fine on debug mode, where it comes to release mode app got crashed. I tried different ways but couldn'...