Skip to main content

Questions tagged [sdk]

A software development kit (SDK) is a set of development tools that allows for the creation of software for a certain hardware platform, development environment, or software package. A SDK may consist of a combination of APIs, an IDE or other development tools, and frameworks.

0 votes
0 answers
17 views

How to Manually Specify Different Locations to Read the OkHttp Library?

import okhttp3.ResponseBody; import okhttp3.JavaNetCookieJar; In one part of my project (in SDK), the OkHttp version is 3.x.x, and in another part, the version is 4.x.x. For some reason, Android ...
Arman's user avatar
  • 1
0 votes
0 answers
30 views

OkHttp version error when integrating SDK (.aar file) into my React Native project

I am trying to integrate an SDK that uses OkHttp (version 3.x.x) into my React Native (OkHttp version 4.x.x) project. implementation files('libs/android_sdk.aar') During integration I get an error &...
Arman's user avatar
  • 1
2 votes
1 answer
25 views

Third party sdk, android studio

I have an application and I have a third party sdk which is a transaction app, I want to get back to my result fragment if the result is successful. If it's cancelled or not successful, I want to get ...
Fatemeh Sarikhani's user avatar
0 votes
0 answers
15 views

How to set up Cohere SDK for Ojet project

I would like to use Cohere SDK in a TypeScript Ojet project but I just can't use the JS code runtime. This is how the SDK looks like after npm install (under node_modules) In the Ojet project the ...
laszlogyori's user avatar
0 votes
1 answer
19 views

ArcGIS Pro 2.9 Addin popup windows form blocking map display

I have this arcgis pro 2.9 Addin that has its own user interface, winform, that will popup when activate, it will carry out work. But when I pop up another windows form from this Addin UI to interact ...
For Comment's user avatar
  • 1,233
0 votes
1 answer
39 views

Cannot update wcf servcie reference in a sdk-converted .csproj project?

In VS2022 I recently converted a .NET Framework 4.8 project file (.csproj) to the new SDK-format (still targeting .NET Framework 4.8). The project contains some WCF service references. Everything ...
Martin Christiansen's user avatar
1 vote
1 answer
27 views

How to get timestamp with the hr value while using Polar package in flutter

I am using the following package for making a flutter application to record data from a Polar H10 device: https://pub.dev/packages/polar if (availabletypes.contains(PolarDataType.hr)) { polar....
Pranav Bhutada's user avatar
0 votes
0 answers
20 views

Spotify API in Flutter twitching/flashing and doesnt let me move forward

I am currently testing something out with the Spotify API with Android SDK and once I click a button, it brings me out of the flutter app into google where I try to authenticate But before I ...
Hayden's user avatar
  • 1
0 votes
0 answers
13 views

Shared Preferences requires sdk version

I am a beginner in Flutter and don't have much knowledge of it and am trying to resolve this issue but no luck so far in figuring out solution to it. Error: The current Dart SDK version is 3.5.0-222.0....
irfan sadat's user avatar
0 votes
0 answers
14 views

Setting setIsFirstSubsequentAuth, setOriginalAuthAmount and setOriginalNetworkTransId using Authorize.net PHP SDK

I'm using Authorize.net PHP SDK for subscriptions management platform and trying to set setIsFirstSubsequentAuth, setOriginalAuthAmount and setOriginalNetworkTransId during transaction creation ...
Joseph's user avatar
  • 31
0 votes
0 answers
21 views

Execution failed for AarToClassTransform - Getting failure while publishing Sdk on jitpack

Getting this exception on jitpack : FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':app:desugarDebugFileDependencies'. > Could not resolve all files for ...
Apps dev's user avatar
-1 votes
1 answer
46 views

DCC Error E2597 ld: file not found: /usr/lib/system/libcache.dylib for architecture arm64 linking Delphi 12.1 app SDK 17

with Delphi 12.1 SDK 17 (mandatory fo new AppStore apps), xcode 15.0.1 on a armMac OS 14.5, first i had this linker error [DCC Error] E2597 ld: warning: directory not found for option '-FC:\Users\...
Franz Andreani's user avatar
0 votes
1 answer
27 views

BillAdd request can't find sub-accounts on QuickBooks Desktop

I'm trying to perform a BillAdd request on QuickBooks Desktop using their SDK, but the AccountRef of the expense lines can't seem to find sub-accounts by name. I don't have the List ID so I need to be ...
Anna Aimeri's user avatar
0 votes
0 answers
28 views

Jumio kyc authentication failed (C010401)

I am currently trying to build a flutter module ekyc with jumio. https://pub.dev/packages/jumio_mobile_sdk_flutter I folllowed the setup steps, when I want to start the Jumio session, I got ...
rkris26's user avatar
  • 407
0 votes
0 answers
11 views

OneSignal node-api v5.0.0 include_players_ids field

Before I’ve been used onesignal-node-sdk in that way to specify targeting users. It used to work in previous sdk version const app = await this.oneSignalService.getApp( process.env["...
Maksym Horobets's user avatar

15 30 50 per page
1
3 4
5
6 7
1011