15,072 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
22
views
Flutter NearPay SDK fails to connect to terminal with "user not found" error in sandbox
I’m integrating NearPay SDK into a Flutter application to process NFC payments on an iMin POS device and print receipts using an iMin printer.
Environment
Flutter: 3.35.5
Android: minSdkVersion 26
...
0
votes
0
answers
19
views
ESSL/device communication SDK not triggering face camera for enrollment on AI FaceMars device
I'm trying to automate face enrollment using ESSL SDK with an AI FaceMars attendance device, but the SDK isn't triggering the device's camera for face capture.
What I'm Trying to Achieve:
...
0
votes
0
answers
37
views
Bazel Query Command to get all the transitive external dependencies
I am using the java_export rule to publish an SDK:
load("@rules_jvm_external//:defs.bzl", "java_export")
java_export(
name = "sdk_maven",
maven_coordinates = &...
Advice
0
votes
0
replies
34
views
How to build complex queries with Contentstack Management C# SDK v0.5.0 without using JObject or raw JSON strings
I'm using Contentstack.Management.CSharp v0.5.0 and need to fetch entries with a complex query involving nested $and and $or conditions.
My Query:
{
"$and": [
{"is_enable": ...
Tooling
0
votes
0
replies
56
views
How do you set up GCC for Windows with the Windows 10 SDK?
A friend of mine has an application in C he has been helping to maintain, which he has been building for Linux, but he asked me to help build Windows binaries. The project has a Makefile.win32, so it ...
1
vote
0
answers
43
views
CCIP-JS getTransferStatus Fails With "Internal error" on eth_call to Router Contract (Viem + Cloudflare RPC)
I am trying to fetch CCIP message transfer status using ccip-js,
I load CCIP messageIds from a CSV, then call:
await ccipClient.getTransferStatus({
messageId,
client: publicClient,
...
-1
votes
1
answer
37
views
my flutter api 35 project is not releasing the app bundle file [closed]
As per the Android Store standards, apps now need minimum API level 35 to be accepted. However, every time I download the package from Android Studio, the JAR file is around 26 MB and seems corrupted, ...
Best practices
0
votes
0
replies
35
views
MilestoneSystems.VideoOS.Mobile.SDK NuGet how to set configuration for get frames via WebSocket to playing
MilestoneSystems.VideoOS.Mobile.SDK NuGet
How to set configuration for get frames via WebSocket to playing?
is there any limitations of the NuGet?
After 2:30 I receive a lot of frames which null.
1
vote
1
answer
70
views
Yocto SDK portable with relative links
We have a Yocto project (mickledore) to create a custom Linux for an ARM A7 system. To be able to write code for this target, we also created the SDK. Inside local.conf we have:
SDKMACHINE = "...
0
votes
0
answers
68
views
CredUIPromptForWindowsCredentials with CREDUIWIN_SECURE_PROMPT causes clipped text
I am prompting a user for credentials using the CredUIPromptForWindowsCredentials function using the CREDUIWIN_SECURE_PROMPT flag. As soon as the "Windows Security" dialog is displayed on the secure ...
0
votes
1
answer
123
views
DS-K1T320MFWX – SDK connects but fails to retrieve access events or users (VB.NET)
I'm working with a Hikvision DS-K1T320MFWX terminal and trying to integrate it using the official SDK downloaded from Hikvision's website. I'm developing in VB.NET, and the connection works fine: I ...
0
votes
2
answers
102
views
Add OpenSSL Dev Libraries to Yocto SDK target sysroot
I have a RISC-V dev board for which I am building Yocto Linux.
Some of the applications require OpenSSL and the development headers and libs to build the applications.
I have been able to add openssl ...
0
votes
0
answers
66
views
Godot apksigner error - all 'apksigner' tools failed to execute
When exporting the project to Godot 4.2.2 for Android, I encountered the error: [Code signing] All 'apksigner' tools located in the Android SDK 'build-tools' directory failed to execute. Please check ...
0
votes
0
answers
141
views
Android SDK location currently contains spaces
I am getting this error, am not able to solve
[!] Android toolchain - develop for Android devices (Android SDK version 36.1.0)
X Android SDK location currently contains spaces, which is not supported ...
0
votes
1
answer
72
views
Compatibility of Wear OS Application Across Different Manufacturers with the same OS
I am currently developing an application to access the raw ppg sensor data of Samsung smartwatch that runs with Wear OS and have been in contact with the Samsung development team. They have confirmed ...