Per Intuit Developer Community, "Most probably it is a sandbox issue as it has data already setup which can sometimes cause data issues." Yes, I have seen other data issues with Sandbox. This is the accepted answer....
sdk,integration,fingerprint,reader
Robert, I can recommend you the bio-plugin sdk. Here is a complete and very easy tutorial on how to integrate. http://www.codeproject.com/Articles/38881/Fingerprint-Reader-Integration-using-the-M-SYS-SDK Hope this will help. ...
java,android,eclipse,casting,sdk
v.getTag(R.string.size) returns an Object. It could be any object. You need to cast it explicitly to String float size = (float) Float.parseFloat((String)(v.getTag(R.string.size))); the second and third look weird to me. Casting Object to int, should be cause a first casting to Integer, and then the call to intValue() on the...
php,facebook,facebook-graph-api,sdk
age_range is not a default field so you will have to ask for it using /me?fields=age_range
python,visual-studio-2010,batch-file,sdk,scikit-learn
Building Python packages for Windows is not a lot of fun, and unless you have specific reasons for wishing to do so (enabling certain build options, compatibility issues, etc.) it is best avoided. The Windows Binaries for Python Extension Packages site has a pre-built versions of most scientific Python packages,...
android,gradle,sdk,android-gradle
You need to create a new gradle task, similar to mine task clearJar(type: Delete) { delete '../location/' + LIBRARY_NAME + '_' + LIBRARY_VERSION + '.jar' } task makeJar(type: Copy) { dependsOn clearJar, build from 'build/intermediates/bundles/release/' into '../../location/' include 'classes.jar' rename 'classes.jar', LIBRARY_NAME + '_' + LIBRARY_VERSION + '.jar' } Where...
Image processing is always slow. And if you do it at 30fps, it's normal that you get you app to hang: real time image processing is always a challenge. You may need to drop some frames in order to increase performace (...or perhaps switch to native C++ and seek a...
From Facebook Can I run mobile app ads without using the SDK? Yes, we allow anyone to run mobile app install ads from our Ads Create Tool simply by dropping the link to their Apple App Store or Google Play URL. For mobile app engagement ads, you will need to...
android,logging,error-handling,sdk,production
Flurry analytics crashlytics They will give you the logs and errors in production app..I think this will suits you well...
The simplest way to keep it simple but unsafe is to just use a basic ADT with an Arbitrary field that takes a String key and value: data FilterKey = Arbitrary String String | Sentiment Sentiment | Gender Gender deriving (Eq, Show) data Sentiment = Positive | Negative | Neutral...
Use IOSLinkedInAPI. A small non intrusive library that makes it easy to authenticate and authorize against LinkedIn using OAuth2. The API uses a UIWebView to authenticate against LinkedIn. EDIT : Yet another option MALinkedIn...
The Android SDK must be installed first before the Galaxy Tab emulator can be added as an Android Virtual Device (AVD). The AVD Manager allows you to install the Galaxy Tab add on. To install and run the Galaxy Tab add on, perform the following steps here
You need your _id field to be not_analyzed or analyzed with the keyword analyzer so that, when indexed by ES, to stay unchanged. Also, for a query like yours, for _id it is best to use a filter of type term. I am no php developer, but from ES point...
azure,visual-studio-2013,sdk,access-denied
Best thing to try is to look to see if any anti virus is blocking it. Try disabling the anti virus and then see if that works.
unity3d,sdk,google-cardboard,vr
It's a bug in v0.4.10. You can work around it in a few different ways: Turn off Native Distortion Correction Go back to v0.4.9 Use Unity 5 ...
the problem is in the ADT you must update it to a version above 23... it seems that they (Android guys) are making our life harder, they want us to migrate to their tool (Android studio) you can follow those steps: first of all download the ADT Plugin zip file...
ruby,asynchronous,amazon-web-services,sdk
Currently there is no async abstraction for the AWS SDK for Ruby.
From here: http://stackoverflow.com/a/30535515/933050 Change API version to 22 instead of M Preview ...
c#,windows,windows-phone-8,sdk,windows-phone
You can create this kind of an library using the standard Windows Phone Class Library -project. You can add pages and classes to this project as if it was a regular Windows Phone Application-project. To navigate to page which resides inside a class library, use the examples provided in here:...
The only place I've found is here: https://github.com/haroldcalayan/SmartPlaces/find/master. You can download the sdk files individually (here-sdk.jar and here-sdk.jar.proprties). However I have no idea what version of the SDK is this. Judging by the apparent lack of support for HERE SDK online, I would guess this project is either abandoned by...
android,sdk,renderscript,build-tools
Make sure the sdk.buildtools version you have specified has been downloaded via the Android SDK Manager. Build-Tools Version 18.1.0 is quite old and for me is no longer listed in the SDK Manager (see below). You should update your project to use a newer version of the Android build tools....
If you move the SDK, the next time you open Android Studio, it should ask for the location again. You can also manually retarget it via File > Project Structure > SDK Location.
java,sdk,business-objects,business-objects-sdk
You can find the XIr2 Javadocs here. If you're going to run it against an XIr2 system, you will need the XIr2 SDK (jars) to compile against. If it's simple enough, it should work - there wasn't much changed in the core SDK between XIr2 and XI3.
c#,c++,visual-studio-2010,dll,sdk
Try building solution in VS. It will create dll in Obj folder of solution. Or If this doesn't works, try creating a PCL and build it and you will get your desired dll....
Did you choose skin? Do like my captures, It works. Firstly, choose Android x86. Secondly, click ADVANCE SETTINGS to select CUSTOM SKIN DEFINITION. ...
javascript,node.js,sdk,documentation,couchbase
The best practice is to place as many nodes as possible inside the connection string, so that in the event that one of the nodes is unavailable, the client would still be able to connect initially. However to answer your original question, no, an application change/restart is not required. The...
java,android,eclipse,sdk,versions
There shouldn't be any problem if you use the latest SDK version ; actually, this is recommended. However, make sure to set the correct "Target SDK", i.e. the highest android version you have successfully tested your app with, and the "Minimum Required SDK" as well....
android,facebook,sdk,facebook-login
Here i"m providing a working solution for facebook login with sdk4. First of all add dependency on build.gradle(Module app) under dependencies {...... compile 'com.facebook.android:facebook-android-sdk:4.1.0' } Then Sync Gradle.... Thereafter,in Android Manifest do the following changes:- <uses-permission android:name="android.permission.INTERNET"/> <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/> <uses-permission android:name="android.permission.GET_ACCOUNTS" /> <uses-permission...
You are right, you can´t get birthdays of friends anymore if they did not authorized the App too, all friend permission have been removed with v2.0 of the Graph API as you can read in the changelog: https://developers.facebook.com/docs/apps/changelog
Make sure you are localizing your variables properly. You need to declare "mmDis" outside your function, and then do not localize it inside the function. Something like this local mmDis* -- this will ensure code from here on out all use the SAME "mmDis" function randomText(event) display.remove(mmDis) local a =...
android,sdk,android-custom-view
Another bug occurred when I tried to run my app on Lollipop where the drawTextOnPath() call wasn't working (whereas it worked fine on KitKat). I found the issue and workaround here: Canvas.drawTextOnPath(...) not working on Lollipop. This solution also works for this drawPath() problem.
javascript,sdk,dynamics-crm-2013
An alternative to using XPathEvaluator and IE-specific XML functions (like selectSingleNode) is to use jQuery's selectors for XML, which XrmServiceToolkit uses. See the link below. https://xrmservicetoolkit.codeplex.com/...
A database file cannot be stored in a static library file to be deployed. Because the compiler ALWAYS reads through the contents of the library. It shows that its reading this when you are building the program. So what to do if you have to issue a database with your...
ios,security,sdk,push-notification,bluemix
I understand your concern. To address all your questions: -You must have the app secret on the Client side in order to authenticate with MAS and use the Push service (Push relies on MAS auth) -We recommend implementing your own form of security to prevent a malicious user from easily...
The error which you are facing is due to the version code of your application. There is already a similar application of higher version installed in your emulator. To resolve this issue, just uninstall the previous application from emulator or increase the versioncode of your application that is higher than...
Never mind, I was mistaken... The line vmList=api.vms.list() leaves you with static data related to when you made the call. So, I achieved what I wanted inside the for loop by calling: api.vms.get(i.name).status.state, where i iterates the vmList obtained in first place! That did the trick!...
android,eclipse,sdk,android-sdk-manager
Download the API versions You need to download the API versions you wish to use via the SDK manager. Once you have done this, all of the downloaded versions will appear as options in the Compile With drop down. Installing via the SDK Manager (Eclipse) Window > Android SDK Manager...
java,oracle,oracle11g,sdk,oracle-data-integrator
You need to use isOuter1() and isOuter2(). If they both return true, it's a full outer join. If they both return false it's an inner join. If the first one returns true and the second false, it's a left outer join If the first one returns false and the second...
android,osx,android-studio,sdk
yes, it's normal on, y computer SDK only took about 20GB. the another part of your question: yes there is a lot of unimportant things: I will mention only what you need to start: Android 5.1.1(API22): The documentation for android SDK, SDK Platform Intel x86Atom System image. Tools: First three...
AppData is a hidden folder on windows. In order to show hidden files and folders on windows 8, follow this guide on msdn. In short, you should go to Control panel->Folder options->"View" tab and then check the "Show hidden files, folders and drives". If you don't find the android sdk...
It is 2015-04.2.6. BTW, you could have just created a new Cloud Services project and checked it there only :).
android,networking,download,sdk,offline
This is how a typical android sdk looks , copy this to a folder for example /uname/android/below_contents , and set this path to your android studio ...
You need to tick "obsolete" option
Ok Finally i resolve it! Closing all Programs that related and Used SDK folder.(For ensure , disabling Antivirus, even AVD , Genymotion and... ) This path : Menu ---> File ---> invalidate Caches/Restart try again for download - But this time just unzip downloaded package(it not download again) ...
David is correct. Please try getVirtualMachineVMImagesOperations. One year ago, VM images have replaced OS images. So all your custom images now are VM images. Please refer to http://azure.microsoft.com/en-us/updates/vm-image-entity/ for more information.
ios,sdk,openstreetmap,citymaps
I am a developer at Citymaps. Thanks for putting up with our, rather bare, documentation. Looking at the docs made me realize that we're missing a few key properties on markers, both on iOS and android (oops). To answer your question, fadeTime will adjust the speed that the marker fades...
Wrong placement of code AccessToken token = loginResult.getAccessToken(); Profile user = Profile.getCurrentProfile(); String name = user.getName(); Toast.makeText(Login.this, "Connected "+name , Toast.LENGTH_LONG).show(); Above code should be placed inside the tracker's function mProfileTracker = new ProfileTracker() { @Override protected void onCurrentProfileChanged(Profile profile, Profile profile2) { // Place above code here... } };...
I finally find the problem!! Eclipse doesn't compile my R.java file because I didn't install these libs on ubuntu 14.04 "lib32z1" "lib32ncurses5" "lib32bz2-1.0l" and the most important "lib32stdc++6" after typing sudo apt-get install lib32z1 lib32ncurses5 lib32bz2-10l lib32stdc++6 I solved my problem!!...
Ahh, just found the link I was looking for. Links to bundles: linux 64 bit vm: http://dl.google.com/android/adt/adt-bundle-linux-x86_64-20140702.zip linux 32 bit vm: http://dl.google.com/android/adt/adt-bundle-linux-x86-20140702.zip mac: http://dl.google.com/android/adt/adt-bundle-mac-x86_64-20140702.zip win32: http://dl.google.com/android/adt/adt-bundle-windows-x86-20140702.zip win64: http://dl.google.com/android/adt/adt-bundle-windows-x86_64-20140702.zip Source: https://code.google.com/p/android/issues/detail?id=72584...
android-studio,sdk,android-ndk
i suggest pointing cmd to the path where the javah file is located i.e: path\javah [switches] hope that helped!
xcode,facebook,swift,parse.com,sdk
The first thing I would try is to add the AVFoundation and CoreLocation frameworks to your target. Then delete the derived data from your project by going to window-->projects. Do this then clean and build your project. Sidenote: Make sure when you type in "#import " the FBSDKCoreKit is autofilled...
As noted in LinkedIn's Android SDK authentication documentation (https://developer.linkedin.com/docs/android-sdk-auth), Mobile vs. server-side access tokens It is important to note that access tokens that are acquired via the Mobile SDK are only useable with the Mobile SDK, and cannot be used to make server-side REST API calls. Similarly, access tokens that...
ios,objective-c,sdk,appdelegate
You do not call delegate methods directly in the files in which you are implementing the delegate methods. Review Apples documentation on the concept of Delegation. To implement this properly you would adopt the delegate in your class, then implement the delegate methods that are @required and/or @optional....
If you are absolutely new in eclipse, go to the SDK manager and Download all the tools and extras. Also download the APIs necessary for you.
android,eclipse,sdk,emulator,manifest
It looks like the problem is with your permissions: java.lang.SecurityException: Neither user 10044 nor current process has android.permission.WAKE_LOCK Update your manifest to include this line: <uses-permission android:name="android.permission.WAKE_LOCK" /> Your Stack Trace Btw, the reason everyone is able figure out your problem so quickly, is because your logcat clearly shows what...
objective-c,xcode,sdk,microsoft-band
You are missing the CoreBuetooth framework. Include The framework under the link with libraries section.
This ended up solving it. FBSDKLoginManager *login = [[FBSDKLoginManager alloc] init]; [login logInWithReadPermissions:@[@"public_profile"] handler:^(FBSDKLoginManagerLoginResult *result, NSError *error) { if (error) { // Process error } else if (result.isCancelled) { // Handle cancellations } else { [[[FBSDKGraphRequest alloc] initWithGraphPath:@"me" parameters:nil] startWithCompletionHandler:^(FBSDKGraphRequestConnection *connection, id result, NSError *error) { if (error) { }...
To resolve your issue follow these steps: Android Studio Right click on your project New > Folder > AIDL Folder Press Finish Right click on aidl folder New > Package Insert android.content.pm and press OK Download IPackageStatsObserver.aidl Copy the aidl file inside the android.content.pm package Build > Rebuild Project Eclipse...
You will probably need to download the same options for 2 different API levels: You should get API 21 (or whatever API level is your target API) and whatever API you set as the minimum SDK for your app. You make these designations when you first create your project in...
java,android,facebook,android-asynctask,sdk
First, that is not a Java stack trace. Second, move all your network I/O into doInBackground(). This includes your handleResponse() call....
No don't download everything. Download and install the Android Studio IDE. Go to the SDK manager to download the API's etc. My suggestion would be down the Source + API's + Google API's from API 16 upwards. The System images take the most space - just download 1 or 2,...
The SparkPost Python SDK is currently in a pre-release version (that's what the ".dev1" is at the end of the version). Using pip > version 1.4.X you must explicitly define you want to use a pre-release package using the "--pre" option of pip install [options] command. Try with this and...
android,webview,sdk,android-5.0-lollipop,chromium
The initial release for Android 5.0 includes a version of Chromium for WebView based on the Chromium M37 release, adding support for WebRTC, WebAudio, and WebGL. Chromium M37 also includes native support for all of the Web Components specifications: Custom Elements, Shadow DOM, HTML Imports, and Templates. This means you can use Polymer and its material design elements in a...
You'll need to add it as a plugin. You can find it here with details on how to install it. Download the plugin and unpack into your Assets -> Plugins -> Android folder of your project. Initialize the plugin with public MobilecoreAndroid (string devHash, int logType, GameObject gameObject, params string[]...
c++,visual-studio-2008,sdk,64bit
Visual Studio 2008 express don't support x64 build from box. See: https://github.com/enGits/engrid/wiki/Configure-Microsoft-Visual-Studio-2008-Express-to-also-build-for-Windows-x64...
ios,mobile,amazon-web-services,sdk,amazon-dynamodb
It is an expected behavior. The task.result contains the result, not user. You may want to rewrite the code snippet to something like this: AWSDynamoDBObjectMapper *dynamoDBObjectMapper = [AWSDynamoDBObjectMapper defaultDynamoDBObjectMapper]; [[dynamoDBObjectMapper load:[DDBUser class] hashKey:credentialsProvider.identityId rangeKey:nil] continueWithBlock:^id(BFTask *task) { if (task.error) { NSLog(@"The request failed. Error: [%@]", task.error); return nil; } if...
In a program, you may have uncaught exceptions, or something else like a socket which is kept open, this leads to undesired behaviors. To resolve this, the module atexit is there for you. It allows you to register multiples functions / methods to call at program end. If the object...
No. It is a common problem even with oauth type "signup via facebook or gmail", where even if you logout from the third party app, you dont get out of fb or google. There is no mechanism which can make your app issue logout command to facebook app.
I think it's because you're using Id() instead of Id.
android,eclipse,sdk,install,storage
Assuming you already have a JDK installed, the bare minimum you need for Android development is the standalone SDK, the platform tools, and at least one version of the Android platform. All of that takes up less than 1/2gb. You can get the standalone SDK from here. Scroll down to...
As Andrew mentioned, you are missing itemized details in your request. This is how you could do it. http://paypal.github.io/PayPal-PHP-SDK/sample/doc/payments/CreatePaymentUsingPayPal.html As you can see the create payment has an array of transactions that has an item_list attribute, that needs to be set. You can see how to do so, using our...
First get your screen size so you can calculate the aspect ratio let screenWidth = UIScreen.mainScreen().bounds.size.width let screenHeight = UIScreen.mainScreen().bounds.size.height var aspectRatio: CGFloat = 1.0 var viewFinderHeight: CGFloat = 0.0 var viewFinderWidth: CGFloat = 0.0 var viewFinderMarginLeft: CGFloat = 0.0 var viewFinderMarginTop: CGFlaot = 0.0 Now calculate the size of...
The use keyword does not include or autoload. It only tells PHP to import the specified namespace to the current scope which has been autoload-ed in this case with composer. Have you tried to add use Facebook\FacebookSession; (at the beginning of your PHP file after the require vendor/autoload.php line) as...
facebook,login,sdk,permissions
You have to call login method again to request another permission. FBSDKLoginManager *loginManager = [[FBSDKLoginManager alloc] init]; [loginManager logInWithPublishPermissions:@[@"publish_actions"] handler:^(FBSDKLoginManagerLoginResult *result, NSError *error) { if ([result.declinedPermissions containsObject:@"publish_actions"]) { // permission denied } else { // do something } }]; ...
Step 1: Install KitKal 4.4 SDK Platform from SDK Manager Step 2: Open AVD Manager (Create or Edit emulator) Step 3: Change API level ...
This is because Facebook allows the developer to pick what image to share but the Facebook user is the only one allowed to set the description of that picture in the share view controller.
c#,facebook,unity3d,sdk,unityscript
When you have two scripts, especially when they're different langues, what you need to do is pay attention to the script compilation order. So, what you need to do is this Place your .js file in either Standard Assets, Pro Standard Assets, or Plugins Place your .cs file in any...
I had the same problem a few years ago. It is caused by leaving "Copy items into destination's group folder (if needed)" checked when adding a framework. This option tells Xcode to copy the files you are adding into your project directory. This is good for resources such as images,...
It's a known bug if your .ruby-version file contains only the version number. They're working on it here https://youtrack.jetbrains.com/issue/RUBY-15058
Frameworks and libraries are written in such a way that owner does not want you to see how is it implemented or update the code. You can look in to this code http://www.raywenderlich.com/65964/create-a-framework-for-ios where in which how to create framework is mentioned. While creating the framework or library you would...
php,facebook,api,facebook-graph-api,sdk
if you are using PHP GraphAPI SDK you should update the code accordingly, just replace the {facebookid} with the id of user you want the picture. $request = new FacebookRequest( $session, 'GET', '/{facebookid}/picture', array ( 'redirect' => false, 'height' => 200, 'width' => 200, 'type' => 'normal', ) ); $response...
sdk,opencl,neural-network,gpgpu,deep-learning
I have been in the same situation as yourself as I have a MacBook Pro with Intel Iris graphics. I have spent the best part of a week looking through all possible workarounds and I would be more than welcome to alternatives to those that I offer. The best solution...
ios,exception,sdk,crash,localytics
You are passing customerId. as NSNumber This should be NSString If you show the code, I can help you fixed that, but you didn't post a line....
android,facebook,sdk,integration
The most likely cause is that you didn't put in the right key hash in your app settings. Follow the getting started guide or use the quickstart guide to get the right key hash setup. https://developers.facebook.com/quickstarts/?platform=android...
android,facebook,sdk,facebook-graph-api-v2.0
The error message explains it (#803) Some of the aliases you requested do not exist: {event-id} new Request(session,"/{event-id}",null,HttpMethod.GET,new Request.Callback() There should be an actual event ID or at least a variable that holds the value of an event ID....
javascript,facebook,facebook-graph-api,sdk
publish_stream is deprecated since many years. Why would you ask for a permission that does not exist anymore? Anyway, I assume you are trying as a user without a role in the App. Please read the docs about Login Review: https://developers.facebook.com/docs/facebook-login/review/what-is-login-review Without review, most permissions only work as App Admin/Developer/Tester....
android,android-studio,sdk,obfuscation,r.java-file
The Android Archive (AAR) format does what you want. It's like an Android-specific JAR file and contains compiled code, but includes its own resources and manifest. You can also include obfuscation as part of the build process. By default, the current version of Android Studio (1.2) and Gradle automatically build...
You need to install the WindowsAzure.Storage DLL dependencies in your app in order to use them. You would then be able to use them without using the richorama SDK; it may be that it is not compiling because of the missing dependencies. So you will need to get hold of...
java,android,image,sdk,android-actionbar
You can use customView for actionbar , So you can do anything you want. http://javatechig.com/android/actionbar-with-custom-view-example-in-android...
The AddIns folder under the Documents folder is not created by default by VS when installed, so you need to create it by hand, as you have done Remove the folder C:\Users\developer\Documents\Visual Studio 2013\AddIns from the Options window, it is not required, the %VSMYDOCUMENTS%\AddIns folder takes care. .AddIn files...
You can specify a language in the API using the language parameter: Language specification used for localization. |Language| must be formated as a canonicalized IETF BCP 47 language identifier such as would be returned by [NSLocale preferredLanguages]. Setting this property after it has been sent to the IMAAdsLoader will be...
What your site owner is likely asking you to do is to leverage PayPal's Vault API (part of its REST APIs) to store credit card information so your site doesn't have to. If you store the credit card information on your site, you have to ensure the data is stored...
The Windows SDK for Windows 8.1 supports building Windows desktop applications for Windows Vista, Windows 7, Windows 8, Windows 8.1, and the Windows Server equivalents of each. All that matters is that you correctly set _WIN32_WINNT to the proper value for your target application: For Windows 8.1 support, _WIN32_WINNT is...
python,sdk,arm,raspberry-pi,informix
Try downloading the Informix Developer Edition for Raspberry Pi. It contains the engine and the client. Regards.
I have updated the sample code for create invoice to include tax into each item. You can read more about the specifics on tax in developer docs. As you can see, the tax field is present inside invoice_item. You can follow the sample code as shown below. To checkout the...
I decided it this way: I remove my app from fabric.io, re-install fabric plugin in Android Studio, and change this lines in my build.gradle file: compile('com.crashlytics.sdk.android:crashlytics:[email protected]') { transitive = true; } compile('com.twitter.sdk.android:twitter-core:[email protected]') { transitive = true; } compile('com.mopub.sdk.android:mopub:[email protected]') { transitive = true; } and I change this line in my...