Most voted "sdk" questions
SDK stands for Software Development Kit, i.e., Software Development Kit or Application Development Kit.
Learn more…51 questions
Sort by count of
-
24
votes5
answers8944
viewsWhat is an SDK?
Until recently, I always saw SDK as something related to the Android universe. But I have noticed some PHP libraries that also use the name SDK. For example: pagseguro-php-sdk facebook/Graph-sdk But…
-
5
votes1
answer1244
viewsAndroid app in the background
I’m working on the open source project Linphone,when the application is closed is not working in the background, so if someone makes a call to me in the meantime I am not notified, how can I treat…
-
3
votes1
answer787
viewsOpen Login Facebook according to platform
I’m using the SDK - PHP to login to Facebook, when access by a PC it opens the normal Facebook site, but when open by mobile he opens the site by browser as well. You can make it open the…
-
3
votes1
answer1131
viewsHow to implement voice and video calls in my apps
I would like to know how I can implement video and voice calls (similar to Whatsapp) in my Apps written in JAVA for Android. Is there any open source SDK that makes this easy?
-
3
votes1
answer56
viewsHow to write tests for an External API call?
I am researching about Unit Testing and TDD and wanted to apply this to some scripts I have developed. The issue is that these scripts create data on an external service by calling API methods, for…
-
2
votes1
answer148
views -
2
votes1
answer401
viewsLogin facebook opening alone on android app
I am creating an android application that login with facebook. This is already working, but something is happening that I am not able to solve. According to the examples of the facebook…
-
2
votes1
answer176
viewsHow to keep SDK and JRE Java installed and updated in a windows development environment
How to maintain a secure, clean and up-to-date java installation (SDK and JRE) of Java on a computer used for software development? I’m having trouble maintaining my development environment because…
-
2
votes0
answers57
viewsCheck if one user is following another, using the SC (sound cloud) API in Javascript
I am developing a web page, where this page will be using the SC SDK API. What happens is, I’m not being able to use the function that checks if one user follows the other. In this case, the user…
-
2
votes2
answers86
viewsProblem with use in PHP
I am developing an application that sends an image to a Bucket on Amazon and I am using the sdk pure To send use the following code: function especifica(){ require…
-
1
votes2
answers1131
viewsGenexus X Ev3 and Tomcat error 7.0.54
I’m using Genexus X Ev3 to generate a web application with Java and I am using SDK 7 Update 55. I recently upgraded my Tomcat to version 7.0.54 and I started having the following error in the Tomcat…
-
1
votes1
answer4148
viewserror: Could not find: C: android-sdk Platform-tools zipalign.exe
When performing the Build on the main for smart device android platform, at the end of the process I get the following message: error: Could not find: C: android-sdk Platform-tools zipalign.exe I…
-
1
votes1
answer479
viewsFailure [INSTALL_FAILED_OLDER_SDK]
I want to print a "Hello World" on the screen, created a new project with any name in Android Studio, clicked on "Run" and it returned me this error... I checked Androidmanifest and everything looks…
-
1
votes1
answer174
viewsEnjoy Android API in Desktop Applications
Can I take advantage of the codes of an API made for Android and use in a java desktop application ? PS.: I don’t know anything about Java, I’m willing to learn. I only know Delphi and C++... In…
-
1
votes2
answers465
viewsWhat criteria do I use when choosing which Apis to download?
Or do you have to download all the ones that appear on the sdk? I’m a fan.
-
1
votes1
answer37
viewsAWS IOS SDK Dynamodb Scan - Scan thread works on emulator, but not when debugging on device
In my app I use a scan with Dynamodb that works perfectly in the emulator for all iOS versions that Xcode makes available, however, when debugging on the device (iPhone 5c), does not run the main…
-
1
votes1
answer345
viewsHow can I get permission publish_actions from facebook?
I’m developing an app on Facebook and I need permission publish_actions. In the documentation it says that I have to have an approval and that it is possible to test it by creating a test…
-
1
votes1
answer140
viewsGradle - Command line arguments
I have a question about how to pass on the command line an argument where I will pass the NDK path of my Android project. I have locally my local file.properties where I define the path in ndk.dir,…
-
1
votes1
answer293
viewsReturn the previous page after logging into facebook oauth
Use the standard Facebook login system, it asks to enter App ID the App Secret and the URL that will return after requesting the login to the user, my question is, how to return the url where the…
-
1
votes1
answer231
viewsApp Cordova does not work as expected
I made a simple application using Apache Cordova in the Visual Studio 2015, and added the Angulajs. When I test on Riple emulator works as expected: So I’m going to APK to test on the physical…
-
1
votes2
answers28
viewsHow to intercept the project save event on vssdk?
I am currently developing an extension of visual studio 2017 where I need to know when any changes in the project are persisted. E.g.: When I add a new reference to the project (I know there are…
-
1
votes1
answer725
viewsList objects from my Buckets - Amazon S3 SDK PHP
My project is: List my Buckets List the objects of each Bucket I created a foreach to list the Buckets and it worked perfectly. The same thing didn’t happen with the foreach of the objects. $buckets…
-
1
votes1
answer355
viewsProblems starting an Application with React Native
I’m using the Deepin Linux operating system. I use the following commands: react-native init NomeDoProjeto cd NomeDoProjeto When executing the command: react-native run-android I have the following…
-
1
votes0
answers44
viewsDSL Tools: Centralize an Shape in the diagram
I’m developing a DSL. In the main window, I have two panels (Panel): in a, a list (listbox) of shapes of the diagram, and in the other, the diagram itself. I would like, by clicking on an item in…
-
1
votes1
answer37
viewsUpdate Queryexpression
I made a select to bring all entities that contain the "se_customdate" field as null. So far, no problem. However, now I need to assign the value of the variable "createdon" to the null fields, but…
-
1
votes1
answer235
viewsError while trying to run android emulator without android studio
I installed android studio and studied how to use Avd without the need of android studio, I learned how to make the machines via command line and it worked perfectly, but when I went on another…
-
1
votes1
answer254
viewsAndroid app does not access API on the latest SDK(28) - Android Studio
Good morning, I developed an app using android studio that does not access web service in a version of the android SDK, more specifically the SDK 28. I already declared on android manifest the…
-
1
votes0
answers809
views -
0
votes1
answer94
viewsAPI Level does not agree
I’m taking my first steps in developing for Android (today is my second day of study). See below my configuration files and the error I’m finding: Initially my Androidmanifest.xml was like this:…
-
0
votes1
answer201
views -
0
votes2
answers5728
views -
0
votes2
answers195
viewsJDK Java EE 7 without Glassfish
I am trying to install JDK from Java Enterprise Edition and would like to know if you have any installation option without Glassfish 4, I want to use Tomcat and not Glassfish, so is there any way to…
-
0
votes1
answer2007
viewsError occurring in specific API versions
When I create a new project And I choose the minimum SDK 10 He creates the Android package with the main.java and activy_main.xml (and other things) except that when it compiles the codes of these…
-
0
votes1
answer337
viewsdebug.Keystore on Mac to generate hash
I need to generate the hash of my Mac to add on Facebook and be able to continue the application I’m developing, where you need to login. I’ve executed the command in several places but when I put…
-
0
votes1
answer593
viewsDifficulties with Ionic framework and android sdk?
I’m starting to work with the Ionic framework, and I’m having some difficulties when it comes to building (build) the application. when I execute the command ionic build android returns the…
-
0
votes1
answer1167
viewsInstall Facebook SDK on Android Studio
I need to use the Facebook SDK in an app of mine, but I just can’t. The app has nothing, I just created a new one. It turns out that the instructions they pass on Developers Facebook are very vague.…
-
0
votes1
answer131
viewsFacebook SDK login Popup
I have a plugin login by facebook, I took this tutorial http://www.krizna.com/general/login-with-facebook-using-php/. so far so good, but I would like to put it to redirect to the same page on which…
-
0
votes1
answer187
viewsCalendarview Action Forward and Back button
I’m working with the Calendarview library https://github.com/prolificinteractive/material-calendarview And the guys there are kind of out of communication, so I’m gonna ask here. I would like to do…
-
0
votes2
answers65
viewsEclipse error with android language
Good morning, I’m trying to create an Android project, more appears this message, and when I create the project I choose Blank Activity it does not create gets stuck on the main_activity screen.…
-
0
votes2
answers680
viewsCommand adb open youtube URL via Browser
To start a URL via adb, I have the following command adb shell: adb shell am start -a android.intent.action.VIEW -d 'https://youtu.be/CSULRDoF8-g' That works. But in the case of a Youtube video URL,…
-
0
votes1
answer76
viewsAndroid SDK error could not be found
After clicking on the file Main.xml this error appeared: Android SDK error could not be found. How can I fix this?…
-
0
votes1
answer60
viewsFacebook SDK with PHP - Link Image
I’m using the code below for an application for facebook, I’m having difficulty posting the image with link in the image, follow the code. // Cria a instancia da aplicacao, informando o appid e o…
-
0
votes0
answers63
viewsInstallation Emulator for Windows 10 Mobile (10.0.14393) - Visual Studio Community 2015
I’m trying to install the mobile development kit but is giving this error in all the items I tried. This for any optional item. VS is already installed and my Windows is Windows 10 Education 64-bit.…
-
0
votes1
answer37
viewsSDK problems in Fedora Workstation 24
A few days ago I installed Fededora 24, with all completed I installed Ionic and Cordova, and soon after JDK. Ao gives the following command ionic build android I checked that SDK was missing,…
-
0
votes1
answer1016
viewsProblem running android app on Delphi
When trying to run an app in Delphi: [Paclient Error] Error: E2312 E: Firemonkey-Mapview-master Android Release Jsonmaps Androidmanifest.xml:39: error: Error Parsing XML: not well-Formed (invalid…
-
0
votes1
answer831
viewsProblem with SDK license when running Cordova project
I went to run a project Android with Cordova but it gave a license error and I can’t fix, it was working normal until I add a plugin to qrcode. Error: cmd: Command failed with Exit code 1 Error…
-
0
votes1
answer315
viewsHow can I copy a machine from android studio to another machine, without needing to install android studio?
I installed the android studio on my machine and created a machine with android to emulate the applications, but now I want to take only this machine that I created and put on another computer, I’m…
-
0
votes1
answer36
viewsID Undefined in Auth.currentUserInfo() aws-sdk function
Hello I am using the sdk of aws, to recover the information of the logged in user I am calling the method: Auth.currentUserInfo(); But he returns the object: attributes: { sub:…
-
0
votes0
answers184
viewsI can’t set correct the environment variables for android to use Ionic
I’m starting in mobile and I’m doing the setup for Ionic. Well my difficulty is being on time to run sudo cordova run android who returns me: Checking Java JDK and Android SDK versions…
-
0
votes1
answer38
viewsHow to send files to a static website on S3
I’m developing an application in Nodejs using the AWS SDK. Summarizing the code creates a Bucket, assigns the security policies to allow public access, and enables it to static websites however,…