Questions tagged as 'sdk'

1
answer

Update QueryExpression

I made a select to bring all the entities which contain the field "se_customdate" to null. Until then, no problem. However, I now need to assign the value of the "createdon" variable to the null fields, but I'm not getting any progress in the co...
asked by 13.09.2017 / 19:28
1
answer

Error 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 the command line and worked perfectly, but when I went on another machine and downloaded the sdk and executed the sa...
asked by 20.09.2017 / 19:22
1
answer

List objects from my Buckets - Amazon S3 PHP SDK

My project is: List my buckets List the objects in each bucket I created a foreach to list the buckets and it worked perfectly. The same thing happened with the foreach of objects. $buckets = $s3->getIterator('ListBuckets',...
asked by 14.02.2017 / 11:55
1
answer

Return to previous page after logging into facebook oauth

I use the default login system, it asks you to insert App ID and App Secret the URL that will return after requesting the login to the user, my doubt is, how to do to return the url in which the login was requested. on several pages will b...
asked by 20.07.2015 / 00:11
1
answer

how can i get permission publish_actions from facebook?

I'm developing an application on Facebook and I need the publish_actions permission. In the documentation it says that I have to have an approval and that it is possible to test it by creating a test application for the application in que...
asked by 26.03.2015 / 21:40
1
answer

Failure [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 "Run" and it returned me this error ... I checked the AndroidManifest and everything looks OK (add sdkMin and sdkTarget and it also...
asked by 20.07.2014 / 03:39
1
answer

Leverage Android API in Desktop Applications

Can I take advantage of the codes of an API made for Android and use it in a java desktop application? PS: I do not handle anything from Java, I'm willing to learn. I only know Delphi and C ++ ... In delphi for example, I can take advantage of t...
asked by 25.07.2014 / 15:57
2
answers

GeneXus X Error Ev3 and Tomcat 7.0.54

I'm using GeneXus X Ev3 to generate a WEB application with Java and I'm using SDK 7 Update 55. I recently upgraded my Tomcat to version 7.0.54 and had the following error in the Tomcat log:    org.apache.catalina.LifecycleException: Failed...
asked by 23.06.2014 / 17:02
1
answer

Problems 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 you run the command: react-native run-android I have the following error:    FAILURE: Build failed wit...
asked by 11.05.2018 / 21:14
2
answers

How to intercept the project save event in vssdk?

I'm currently developing an extension of visual studio 2017 where I need to know when any design changes are persisted. Ex: When I add a new reference in the project (I know there are events for when the reference is added / changed / removed...
asked by 20.09.2017 / 14:53