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.

A software development kit (SDK) is typically a set of development tools that allows for the creation of software or firmware for one or more of the following:

  • operating systems ();
  • hardware platforms () (e.g. desktop computers, mobile devices, gaming consoles, etc.);
  • hardware accessories () (e.g. external GPS hardware, barcode scanners, etc.);
  • software package () (e.g. advanced image processing, barcoding library, ERP, etc.).

While the term SDK may be narrowly interpreted as being simply an API, it may also be construed as including any combination of the following:

  • application programming interface ();
  • frameworks (); and/or
  • development tools, notably an integrated development environment ()
13802 questions
3
votes
2 answers

How do I detect if my iOS device has an LED light or not?

How do I detect if my iOS device has an LED light or not? I am trying to see the difference between an iPad 2 (front and back camera) and an iPhone 4 (front, back + LED light)
Ethan Allen
  • 13,099
  • 22
  • 89
  • 175
3
votes
1 answer

Facebook OAuth login problem with Facebook SDK 2.0

I am developing an iPhone application that deals with Facebook. I am using the latest SDK facebook-facebook-ios-sdk-cf1c2c3 (SDK 2.0) to allow the user to login to Facebook account using OAuth. User can login without any problem in device iPod…
spd
  • 2,076
  • 1
  • 28
  • 51
3
votes
1 answer

Flutter Emulator Error | Failed to find Platform SDK with path: platforms;android-R

i am compiling my app in IOS simulator it runs find and when i try to run it on android emulator or android phone it give me this error. i already installed all SDKs but still i have this issue. FAILURE: Build failed with an exception. * What went…
3
votes
2 answers

Anyone know what controls/sdk mypad twitter use?

It seems to me the UIs of twitter and mypad for iPad are very similar. I was wondering if anyone knew what sdk is being used as I'd like to use it in an app I'm working on.
Ali
  • 1,803
  • 1
  • 15
  • 18
3
votes
2 answers

Facebook PHP SDK getSession() fails to get session. Cookie problem?

Background: Using Facebook PHP SDK v 2.1.2 cookieSupport = true App on Facebook has OAuth 2.0 for Canvas enabled Facebook Connect / sign in logic happens over https on a separate subdomain (secure.mysite.com) Dev sites are…
byron
  • 970
  • 3
  • 14
  • 24
3
votes
1 answer

Error occurring while executing the jitsi-meet sdk

getting issues in executing the jitsi-meet sdk. these are the issues occurring. /Users/jeetk/Desktop/tring/iostring/ios/Pods/Target Support Files/Pods-jitsi-meet/Pods-jitsi- meet.debug.xcconfig: unable to open file (in target "jitsi-meet" in project…
manishkumar
  • 543
  • 2
  • 5
  • 21
3
votes
1 answer

LogMeIn GoToWebinar SDK responds with 403 Access denied

I want to get a list of all Attendees of a Webinar (all sessions) by using the GoToWebinar SDK (NuGet package). My account, dev user, products (licenses), consumer key, consumer secret are all set up okay. By authenticating the OAuth2Api I get a…
3
votes
4 answers

Powershell problem when changing channel from Stable to Master in Flutter SDK

After changing the Flutter SDK channel from Stable to Master I now get this error when running Flutter commands: Error: PowerShell executable not found. Either pwsh.exe or PowerShell.exe must be in your PATH.
AliAzad
  • 93
  • 1
  • 10
3
votes
0 answers

Android Emulator doesn't work anymore

i've been 24 hours nonstop trying to sort this out with no luck. At first it worked slow, but worked. Then Eclipse started to have errors connecting with the emulator and then the emulator by itself just shows ANDROID_ forever. ( forever as in two…
AlfredoVR
  • 3,591
  • 2
  • 23
  • 33
3
votes
1 answer

Error installing SDK through sdkmanager in Android Studio

I was trying to install GPU Debugging tool from the sdkmanager of Android Studio. But the following error came: Packages to install: - GPU Debugging tools (extras;android;gapid;3) Preparing "Install GPU Debugging tools (revision:…
Black_J
  • 31
  • 3
3
votes
3 answers

How to fix "Finished with error: Gradle task assembleDebug failed with exit code -1" error when i run flutter project

"Finished with error: Gradle task assembleDebug failed with exit code -1" I make a new basic flutter project, and I got this error when I run flutter doctor everything is well, no issues detected. I have tried flutter clean, and try to rebuild and…
3
votes
1 answer

Undefined reference to 'sqrt' from math.h on PS3 with YDL 6.1 and Cell SDK 3.1?

I have a PS3 that I've installed YDL 6.1 and SDK 3.1 on and everything seems to be working fine, as I can compile and run the examples. However, I've run into some problems with writing programs of my own. I've created a small test case that seems…
Paul Wicks
  • 55,730
  • 52
  • 115
  • 144
3
votes
2 answers

Appcelerator Studio Cannot Detect Valid iOS nor Android SDK on Mac

Even though XCode, iOS and Android SDKs are installed. Appcelerator does not detects iOS nor Android SDKs and displays error: Could not detect a valid SDK with version '6' or higher at…
3
votes
3 answers

Unity Android Build Error: > Illegal char at index 7: ..\..\l?brary_man?fest\release\AndroidManifest.xml

I want to build my Unity project for Android. I use windows 10 Home Single Language unfortunately, I use it Turkish. I couldn't find any way to make display language English. As my research, that error occurs due to system language. Ref.:…
3
votes
0 answers

Deep linking into Authorized.net mobile app

Authorized.net has an app for Android ans iOS to use the Bluetooth EMV reader Android source code - Github iOS source code - Github I've searched their documentation and I coudn't find anything about deep linking, I have a web-based POS for mobile…
Shlomi
  • 187
  • 3
  • 17
1 2 3
99
100