Skip to main content
1vote
1answer
46views

Exclude files from Go module that is exposed as a dependency in another package

I've created an SDK that will be used for some different clients. This SDK has a structure similar to this: - sdk-go - .github - config - test1(folder) - util - .gitignore - go.mod - ...
Allanh's user avatar
1vote
0answers
27views

Can we convert legacy styled .csproj file of VSTO powerpoint addin into the SDK styled .csproj file? if yes then How?

Currently, I am trying to convert the default legacy styled .csproj file of VSOT power point addins into the SDK styled file, and I am getting mixed reviews in it. so if it is possible then explain ...
Geek's user avatar
0votes
0answers
20views

ANR Issue in SDK initialisation

I'm encountering a strange behavior in my Android app on some devices running Android +11. Occasionally, the app gets an ANR (Application Not Responding) in the background, specifically in the ...
etoile du sahel Alen's user avatar
-1votes
0answers
22views

Error in final stage of React Native environment configuration. (Build of mobile app)

I have a problem with starting a mobile app build on the emulator. (React Native) The loading process - "Executing" reaches 83% and then an error appears informing that the android.jar file ...
fryderyk_choppyn's user avatar
0votes
0answers
43views

java.lang.IllegalAccessError: superclass access check failed?

I am getting error when I running my kotlin app. Here is error: java.lang.IllegalAccessError: superclass access check failed: class org.jetbrains.kotlin.kapt3.base.javac.KaptJavaCompiler (in unnamed ...
darknessww's user avatar
0votes
0answers
25views

Manipulating Annotation on Spreadsheet Libreoffice in SDK c#

How can I use Libreoffice XSheetAnnotationShapeSupplier in c# to change the size? This line: XSheetAnnotationShapeSupplier xShapeSupplier = (XSheetAnnotationShapeSupplier)xSpreadsheet; Error generated:...
Jump6024's user avatar
0votes
1answer
36views

How to hide system logs in Android SDK [closed]

I have developed an Android SDK that I intend to distribute to clients. The issue is that when the SDK dependency is added via JitPack and run in the client app, it generates a lot of system logs. I ...
Rao Rizwan's user avatar
3votes
1answer
42views

How to manually sign a transaction using Hedera Javascript SDK?

I’m trying to use a Hardware Security Module (HSM) to manually sign a Hedera transaction, but the Hedera JavaScript SDK requires me to pass my private key to the SDK for signing. Since my private key ...
Pathorn Teng's user avatar
-1votes
0answers
45views

Vivado SDK: Writing 8-bit Data to 1024-bit BRAM

I'm currently working on writing 8-bit data into BRAM in the SDK. I have a total of 262,144 data from SD card, and every 128 data need to be written into a single BRAM address. The BRAM is configured ...
Kias's user avatar
0votes
1answer
48views

Android SDK Version Not Found when running react-native doctor

When I run 'react-native doctor', I get that SDK version is not found even when though version 33.0.0 is downloaded. ✓ Adb - Required to verify if the android device is attached correctly ✓ JDK - ...
Div Bom's user avatar
0votes
0answers
17views

SDK emulator directory is missing

I installed last version of android studio. built: AI-243.24978.46.2431.13208083 After installation, I get the following error in SDK manager: I searched and I found out to set proxy, Becuase I'm ...
PersianGulf's user avatar
0votes
0answers
85views

Error this SDK is not supported by the compiler - Xcode version 16.2 (16C5032a) to 16.3(16E140)

In Xcode version 16.2 (16C5032a) I created: One [ScenekitApp] [File/New/Project/iOS/Game/Game Technology: SceneKit]. Three custom Frameworks [File/New/Project/iOS/Framework] [ASCSource.framework, ...
Carlos Eduardo's user avatar
0votes
1answer
24views

What does the SaveHeader of KBObject do?

I'm writing some code in the GeneXus SDK to import XMLs into KBObjects. To avoid circular references, I'm saving all headers first and then the objects. What exactly does SaveHeader do? What are the ...
EKafer's user avatar
-1votes
0answers
43views

Android home and Android SDK

I'm trying to build an android app using react native. I currently have a project I setup using npx @react-native-community/cli init name and a phone, the Z FLIP 6 connected (and yes I did check that ...
E Tao's user avatar
0votes
1answer
26views

AWS MQTT Client sdk v2 java using IAM credentials

I'm migrating AWS SDK for java from v1 to v2. Earlier I was instantiating the AWSIotMqttClient like Credentials cred = awsService.generateTempIAMCredentialsForIOT(); // AWS IAM credentials could be ...
Mradul Singhal's user avatar

153050per page
close