Skip to main content
The 2024 Developer Survey results are live! See the results

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.

1 vote
2 answers
22 views

Couldn't create a new flutter project on vscode

I'm on vscode and trying to start a flutter project ( note: when i was installing flutter and dart it did not give me an option to locate SDK) and now when i click on "Flutter:new project" ...
Noha Ashraf's user avatar
0 votes
2 answers
15 views

How to change the default library when downgrade the targetSdk version

When I want to create a new Android project in Android Studio, the defaul targetSdk will always be the latest one (for now is 34), but What I want is the lower one. The IDE will show me the error when ...
Steven Shih's user avatar
0 votes
1 answer
8 views

Why is my Milvus app SDK latency high when increasing search parameter k, despite good proxy search latency?

I am performance testing Milvus 2.4.5 with a distributed setup and a dataset of approximately 5 million items. I'm using HNSW indexing with parameters M=16 and EF construction 100. With a search ...
Rashad Tockey's user avatar
0 votes
0 answers
23 views

Issues with Qt creator recognizing the remote device and deploying

The device was set up correctly with the IP and other information, and SSH is active. When I click to deploy "hammer + green button" the remote device is marked as disconnect and many issues ...
tio pablito's user avatar
0 votes
0 answers
38 views

SDK update 33 to 34

Android 14 (API level 34) introduces several improvements, including a backwards-incompatible change to broadcast receivers to improve user security. The Play Core Library uses broadcast receivers and ...
Moovendhan's user avatar
0 votes
1 answer
58 views

AKS fetching K8s Deprecated APIs List

I need to fetch the list of Kubernetes Deprecated API within a cluster. This can be done from the Azure Dashboard by going to the AKS Resource > Diagnosis and Solve Problems > Create, Upgrade, ...
shaderox's user avatar
0 votes
0 answers
12 views

Setting breakpoint properties in Xilinx SDK

I am using the XSCT console (I MUST USE IT) for Xilinx SDK 2018.3 to add a watchpoint. I want to specify the Range property, which I can do using the GUI. So far I haven't been able to set this ...
Javier 's user avatar
0 votes
0 answers
24 views

Issue with back buttom from native android code to flutter

I have an android library that have some native screens and features everything is working but issue is when i backPressed from native Activity then my flutter screen is reloaded but i want my flutter ...
Laxmi kant's user avatar
-2 votes
0 answers
16 views

ejecuto adb --version en mi powershell y no sirve

adb : The term 'adb' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct ...
Alejandra Garza's user avatar
0 votes
1 answer
12 views

Having trouble with AdMob after upgrading to Expo version 51

I have upgraded my Expo project to version 51 and now am getting an error when creating an aab build for the Play Store. It is as follows: FAILURE: Build failed with an exception. What went wrong: ...
Tony's user avatar
  • 111
0 votes
1 answer
41 views

"Error: Module not found: Can't resolve 'crypto' in Expo SDK 50"

I'm encountering an issue after upgrading to Expo SDK 50. When I try to run my project, I get the following error: Module not found: Can't resolve 'crypto' 7 | const cryptoObject = 8 | ...
Essa Mohammad's user avatar
0 votes
1 answer
19 views

Crash reporting tool which differentiate crash from my SDK and Client App in Android

I have an Android SDK and my clients integrate into their Apps, I have added FirebaseAnalytics and Sentry to detect my SDK crash but I am also getting the clients app crashes. How to filter it out or ...
user3606902's user avatar
-4 votes
0 answers
16 views

SDK for Einscan H2 3D [closed]

Does anyone happen to have the correct SDK for the Einscan H2 3D scanner? I need it to manipulate the scanner's output data. Unfortunately, I haven't been able to access the appropriate SDK through ...
user26438761's user avatar
0 votes
0 answers
11 views

Easiest way to customize a ListPreference using AndroidX namespace

I've searched for this all over place and have found a lot of answers that don't compile, or use deprecated APIs. It's a simple thing really that I thought would have been incorporated in the core ...
Rutherford Le Blang's user avatar
0 votes
0 answers
20 views

Getting error " application installation failed " in android studio while using it with kotlin

I have just started with kotlin in android studio, and i am constantly getting encountered by error "The Device already has newer version of this application. In order to proceed, you will have ...
Srujan Deshmukh's user avatar

15 30 50 per page
1
2 3 4 5
1011